{{ __('client.invoices.index') }}

{{ __('client.invoices.index_description') }}

@if(isset($count) && $count > 3) {{ __('global.seemore') }} @endif
@if (count($invoices) == 0) @endif @foreach($invoices as $invoice) @endforeach
{{ __('client.invoices.identifier') }}
{{ __('store.total') }}
{{ __('global.status') }}
{{ __('client.invoices.due_date') }}
{{ __('client.invoices.invoice_date') }}

{{ __('global.no_results') }}

{{ $invoice->identifier() }} {{ formatted_price($invoice->total, $invoice->currency) }} {{ $invoice->due_date->format('d/m/y') }} {{ $invoice->created_at->format('d/m/y') }} {{ __('global.view') }}
{{ $invoices->links('shared.layouts.pagination') }}