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