@forelse ($history_mcu as $item)
| {{ $loop->index + 1 + $history_mcu->perPage() * ($history_mcu->currentPage() - 1) }} |
{{ $item->mcu_verification_number }}
|
{{ $item->mcu_result }}
|
{{ date('d F Y', strtotime($item->mcu_validation)) }}
|
@lang('app.download')
|
@empty
|
@include('components.empty.empty-state')
|
@endforelse