@extends('layouts.app') @section('template_title') Create Catalogo Ingreso @endsection @section('content')
@includeif('partials.errors')
Create Catalogo Ingreso
@csrf @include('catalogo-ingreso.form')
@endsection