{{ __('admin_invoices_title') }} ({{$invoices->total()}})
@forelse($invoices as $in) @empty @endforelse
# {{ __("admin_table_invoice_number") }} {{ __('saas_table_date_emit') }} {{ __("admin_table_house") }} {{ __('saas_table_period') }} {{ __("saas_table_tva") }} {{ __("admin_table_amount_ttc") }} {{ __("admin_table_status") }} Actions
{{ $loop->index + $invoices->firstItem() }} {{ $in->number }} {{ $in->date_emit }} {{ $in->house->reference }} {{ $in->period }} {{ $in->tva ? $in->tva : '0' }}% {{ format_amount($in->total_ttc, $in->currency) }} {!! $in->status_badge !!} @if(!$in->deleted_at && Storage::exists($in->real_path))
@else @endif
{{ __('admin_no_found_result') }}
{{ $invoices->links() }}