Record List: {{ $this->RecList->total() }}

@if (session()->has('message'))
{!! session('message') !!}
@endif @if (session()->has('error'))
{!! session('error') !!}
@endif
@if ($selectRecord)
@if ($selectAll)
You have selected all {{ $this->RecList->total() }} records.
@else
You have selected {{ count($checked) }} records, Do you want to Select All {{ $this->RecList->total() }} records?
@endif
@endif
 
@if ($checked)
@endif
@foreach ($recList as $RecDetail) isChecked($RecDetail->id) ) style="background-color:#f0f0f0" @endif > @if(in_array($RecDetail->id, $academicRows)) @endif @if(in_array($RecDetail->id, $kycRows)) @endif @if(in_array($RecDetail->id, $selfEmployeeRows)) @endif @if(in_array($RecDetail->id, $profEmployeeRows)) @endif @if(in_array($RecDetail->id, $salaryRows)) @endif @if(in_array($RecDetail->id, $actionRows)) @endif @endforeach
Student Detail Programme File Detail Actions
{{ $RecDetail->app_id}}
{{ $RecDetail->name}}
{{ $RecDetail->mobile }}
{{$RecDetail->program}}
@foreach($RecDetail->fileList->where('file_type', 'academic') as $fileRec) @endforeach
@foreach($RecDetail->fileList->where('file_type', 'kyc') as $fileRec) @endforeach
@foreach($RecDetail->fileList->where('file_type', 'income_employed') as $fileRec) @endforeach
@foreach($RecDetail->fileList->where('file_type', 'income_professional') as $fileRec) @endforeach
@foreach($RecDetail->fileList->where('file_type', 'salary') as $fileRec) @endforeach
Last Modified: {{ $RecDetail->updated_at }}
{{ $recList->links() }}
@push('toggleScript') @endpush