@extends('layout') @section('header')
| DESCRIPTION | {{$invoice->description}} |
|---|---|
| AMOUNT | {{$invoice->amount}} |
| RFC | {{$invoice->rfc}} |
| NAME | {{$invoice->name}} |
| DATE | {{$invoice->date}} |
| STATUS | {{$invoice->status}} |
| xml_file | {{$invoice->xml_file}} |
| PDF_FILE | {{$invoice->pdf_file}} |