@foreach ($StudentDetails as $details)
|
|
| {{ strtoupper(session('instituteDetails')->institute_name) }} |
|
@if ($details->profile_image && file_exists(public_path('img/StudentPicture/' . $details->profile_image)))
|
| ID | : {{ $details->system_generated_student_id }} | |
| Roll | : {{ $details->roll_no }} | |
| Section | : {{ $details->SectionName }} | |
| Year | : {{ $details->acc_year }} | |
| Mobile | : {{ $details->contact_for_sms ?? $details->contact_for_sms }} | |
 }})