Historique des fichiers générés

@if (session('status'))
{{ session('status') }}
@endif @if($batches->isEmpty())

Aucun fichier de virements n’a encore été généré.

@else @foreach($batches as $batch) @endforeach
ID Référence Donneur d’ordre Date exécution Nb virements Montant total Créé le
#{{ $batch->id }} {{ $batch->reference }} {{ $batch->raison_sociale }} {{ \Illuminate\Support\Carbon::parse($batch->execution_date)->format('d/m/Y') }} {{ $batch->nombre_virements }} {{ number_format($batch->montant_total, 0, ',', ' ') }} {{ $batch->created_at?->format('d/m/Y H:i') }} Détail
{{ $batches->links() }}
@endif