@extends('layouts.adminapp') @section('content')
{{__('lng.SiNo')}} | {{__('lng.Photo')}} | {{__('lng.Name')}} | {{__('lng.Gender')}} | {{__('lng.HouseName')}} | {{__('lng.DOB')}} | {{__('lng.Contact')}} | {{__('lng.Place')}} | {{__('lng.Narration')}} |
---|---|---|---|---|---|---|---|---|
{{++$i}} |
|
{{$Student->name}} | {{$Student->gender}} | {{$Student->housename}} | {{$dob}} | {{$Student->mobile}} | {{$Student->place}} | {{$Student->narration}} |