{{ Trans('customers.menu')}}
| {{ Trans('invoices.full_name') }} | {{ $customer->fullName() }} |
|---|---|
| {{ Trans('customers.tel') }} | {{ $customer->tel }} |
{{ Trans('invoices.menu')}}
| {{ Trans('invoices.id') }} | {{ InvoiceHelper::convertInvoiceNumber($invoice->id) }} |
|---|---|
| {{ Trans('invoices.total') }} | {{ money($invoice->total) }} |
| {{ Trans('invoices.recieved') }} | {{ money($invoice->recieved) }} |
| {{ Trans('invoices.changed') }} | {{ money($invoice->changed) }} |
| {{ Trans('invoices.deposit') }} | {{ money($invoice->deposit) }} |
| {{ Trans('invoices.created_at') }} | {{ $invoice->created_at }} |