Student List
@if($exportRecord)
@endif
@if (session()->has('message'))
Export Progress
Status: {{ $exportRecord->processed_count }} / {{ $exportRecord->total_records }} records
@if($exportRecord->status === 'completed') Download Export File @endif
{!! 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
| Student Detail | Program|Batch Detail | Photo | Profile Status | Actions | |
|---|---|---|---|---|---|
| {!! $RecDetail->nameMobileEmail !!} | {!! $RecDetail->StdProgramBatch !!} | ||||
| @if(Auth::user()->hasPermission('admission-student-edit')) @endif @if(Auth::user()->hasPermission('admission-student-delete')) @endif Last Modified: {{ $RecDetail->updated_at }} | |||||
{{ $recList->links() }}