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