@include('new_layouts.header') @include('accounting.side-menu')
| {{__('Invoice')}} | {{__('Customer')}} | {{__('Date')}} | {{__('Amount')}} | {{__('Description')}} | {{__('Action')}} |
|---|---|---|---|---|---|
| {{ AUth::user()->invoiceNumberFormat($invoice->invoice_id) }} | {{ (!empty($invoice->customer)?$invoice->customer->name:'-') }} | {{ Auth::user()->dateFormat($creditNote->date) }} | {{ Auth::user()->priceFormat($creditNote->amount) }} | {{!empty($creditNote->description)?$creditNote->description:'-'}} | @can('edit credit note') @endcan @can('edit credit note') @endcan |