Liste des factures en cours

@foreach ($provider_invoices as $item) @endforeach
{{ __("#") }} {{ __("Date création facture") }} {{ __("Montant HT") }} {{ __("Titre") }}
#{!! $item->proInv_number !!} {{ date('d/m/Y', strtotime($item->proInv_createdDate)) }} {!! $item->proInv_amountHT !!}€ {!! $item->proInv_comment !!}