@extends('layout') @section('header') @endsection @section('content') @include('error')

La factura que subiste anteriormente es inválida. Por favor vuelve a subir los archivos correspondientes.

@if($errors->has("description")) {{ $errors->first("description") }} @endif
amount : old("amount") }}"/> @if($errors->has("amount")) {{ $errors->first("amount") }} @endif
rfc : old("rfc") }}"/> @if($errors->has("rfc")) {{ $errors->first("rfc") }} @endif
name : old("name") }}"/> @if($errors->has("name")) {{ $errors->first("name") }} @endif
date : old("date") }}"/> @if($errors->has("date")) {{ $errors->first("date") }} @endif
xml_file : old("xml_file") }}"/> @if($errors->has("xml_file")) {{ $errors->first("xml_file") }} @endif
pdf_file : old("pdf_file") }}"/> @if($errors->has("pdf_file")) {{ $errors->first("pdf_file") }} @endif
@endsection