S.No |
Application No |
Candidate Name |
DOB |
Documents Type |
Action |
@if (count($documents) > 0)
@foreach ($documents as $key => $document)
{{ $key + 1 }} |
{{ @$document->ApplicationNumber ? $document->ApplicationNumber : null }}
|
{{ @$document->CandidateName ? $document->CandidateName : null }}
|
{{ @$document->DOB ? $document->DOB : null }}
|
{{ @$document->DocumentName ? $document->DocumentName : null }}
|
Download
|
@endforeach
@else
No Data Found !!
|
@endif
@if (count($documents) > 0)
{!! $documents->appends(request()->query())->links('pagination::bootstrap-4') !!}
@endif