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