{{ $pageTitle }}
{{ __('Invoice Details') }}
| {{ __('Invoice No') }}. |
{{ $invoice->invoice_no }} |
| {{ __('Name') }} |
{{ $invoice->name }} |
| {{ __('Issus Date') }} |
{{ $invoice->created_at->format('Y-m-d') }} |
| {{ __('Due Date') }} |
{{ $invoice->due_date }} |
| {{ __('Amount') }} |
{{ currencyPrice($invoice->amount) }} |