Hi {{$name}},
Please find list of students who are waiting for dropout verfication.

Center Name {{ $center_name }}
Center Code {{ $center_code }}
Batch Code {{ $batch_code }}
Requested By {{ $request_name }}

Student Dropout List

@php $i = 0; @endphp @if(!empty($student_list)) @foreach($student_list as $key) @endforeach @endif
Sl no. Student Name Student Code Reason Action
{{ ++$i }} {{ $key['student_name'] }} {{ $key['student_code'] }} {{ $key['cm_reason'] }} @if($key['status'] ==1) RM Approve @elseif($key['status'] ==2) RM Reject @elseif($key['status'] ==3) AE Approve @elseif($key['status'] ==4) AE Reject @else Action Required @endif

Thanks,
CMIS Team, Anudip Foundation For Social Welfare