Pre Service Eligibility

@forelse ($batches as $batch) @empty @endforelse
ID Batch # File Name File Path Status Created Action
{{ $batch->id }} {{ $batch->batch_number ?? '-' }} {{ $batch->file_name }} {{ $batch->file_path }} {{ (int) $batch->completed === 1 ? 'Completed' : 'Processing' }} {{ optional($batch->created_at)->format('Y-m-d H:i') }} View Rows
No batches found
{{ $batches->links('pagination::bootstrap-5') }}
@section('script') @if($errors->any()) @endif @endsection