@extends('layouts.app') @section('template_title') Update Ingreso @endsection @section('content')
@includeif('partials.errors')
Update Ingreso
{{ method_field('PATCH') }} @csrf @include('ingreso.form')
@endsection