# | {{ __('main.invoice') }} | {{ __('main.customer') }} | {{ __('main.total') }} | {{ __('main.actions') }} |
---|---|---|---|---|
{{$loop->index +1 }} |
#{{ $item->invoice_number }}
{{ \Carbon\Carbon::parse($item->date)->format('d/m/Y') }}
{{ $item->createdBy->name }}
|
{{ $item->customer_name }}
|
{{__('main.total')}}:
{{ getFormattedCurrency($item->total) }}
|
{{ __('main.view_bill') }} |