@extends('layouts.app') @section('template_title') Update Cajas Factura @endsection @section('content')
@includeif('partials.errors')
Update Cajas Factura
{{ method_field('PATCH') }} @csrf @include('cajas-factura.form')
@endsection