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