@props([ 'invoices' => null, 'resultCriteriasSearch' => null, 'showTeam' => false ])
{{ __('admin_invoices_title') }} ({{$invoices->count()}})
@if($showTeam) @endif @forelse($invoices as $in) @if($showTeam) @endif @empty @endforelse
# {{ __("admin_table_invoice_number") }} {{ __('saas_table_date_emit') }} {{ __("admin_table_house") }} {{ __('saas_table_period') }} {{ __("admin_table_amount_ht") }} {{ __("saas_table_tva") }} {{ __("admin_table_amount_ttc") }}{{ __("admin_table_project") }}{{ __("admin_table_status") }} Actions
{{ $loop->index + 1 }} {{ $in->number }} {{ $in->date_emit }} {{ $in->house->reference }} {{ $in->period }} {{ format_amount($in->total, $in->currency) }} {{ $in->tva ? $in->tva : '0' }}% {{ format_amount($in->total_ttc, $in->currency) }}{{ $in->house->team->name }}{!! $in->status_badge !!} @can('show_projects') @endcan
{{ __('admin_no_found_result') }}
{{ $invoices->links() }}