@include('livewire.admission.modal.profile-status')
@if (session()->has('error'))
{!! session('error') !!}
@endif

Document List

@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
@foreach ($recList as $recDetail) isChecked($recDetail->id) ) style="background-color:#f0f0f0" @endif > @if(in_array($recDetail->id, $actionRows)) @endif @endforeach
Student Detail Program|Batch Detail Photo Profile Status File|Download Actions
{!! $recDetail->student->nameMobileEmail !!} {!! $recDetail->student->StdProgramBatch !!} {{ $recDetail->file_label}} @if(!empty($recDetail->file_name)) @endif
Last Modified: {{ $recDetail->updated_at }}
{{ $recList->links() }}
@push('toggleScript') @endpush