{{ $college->college_name }}

{{ $college->affiliated_by }}

{{ $college->address }}

Insurance Data Report

@foreach ($students as $index => $student_dtl) @endforeach
S.No Name Of The Student Date OF Birth Gender Group
{{ $index + 1 }} {{ $student_dtl->firstname }} {{ $student_dtl->dob }} {{ $student_dtl->gender_name }} {{ $student_dtl->course_name }}