@extends($activeTemplate.'layouts.master') @section('content')
| @lang('Invoice') | @lang('Invoice Date') | @lang('Total Amount') | @lang('Status') | @lang('Action') |
|---|---|---|---|---|
| {{ $invoice->getInvoiceNumber }} | {{ showDateTime(@$invoice->created, 'd/m/Y') }} | {{showAmount($invoice->amount)}} | @php echo $invoice->showStatus; @endphp |