Students
@include ('Layouts.FormValidationErrors') @include ('Layouts.ErrorSuccessAndWarninMessages')
@csrf
@csrf
@if ($students->isNotEmpty()) @foreach ($students as $key => $student) @endforeach @endif @if ($students->isNotEmpty()) @if (\App\Models\Permission::checkLinkPermission('StudentController', 'SMS', 'sendSms')) @endif @endif
Sl.
StudentID Student Name Roll No. Father Contact Contact For SMS
{{ $key + 1 }}
{{ $student->system_generated_student_id }} {{ $student->student_name }} {{ $student->roll_no }} {{ $student->father_mobile }} {{ $student->contact_for_sms }}