@extends('layouts.adminapp') @section('title') {{ __('lng.StudentReport') }} - {{ __('lng.Print') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_student_report', 'open') @section('active_student_report', 'active') @section('active_student_report_index', 'active') @section('content')
{{__('lng.SiNo')}} | {{__('lng.Photo')}} | {{__('lng.Name')}} | {{__('lng.Class')}} | {{__('lng.BatchYear')}} | {{__('lng.DOB')}} | {{__('lng.Contact')}} | {{__('lng.HouseName')}} | {{__('lng.Guardian')}} | {{__('lng.Gender')}} | {{__('lng.Place')}} |
---|---|---|---|---|---|---|---|---|---|---|
{{++$i}} |
|
{{$Student->name}} | {{$Student->class->title?? __('lng.PassOut')}} | {{$Student->batch_year}} | {{$dob}} | {{$Student->mobile}} | {{$Student->housename}} | {{$Student->guardian}} | {{$Student->gender}} | {{$Student->place}} |