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