{{ __('lng.SiNo') }} | {{ __('lng.Name') }} | {{ __('lng.Class') }} | {{ __('lng.DOB') }} | {{ __('lng.HouseName') }} | {{ __('lng.Place') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|---|
{{ ++$si }} | {{ $Student->name }} | {{ $Student->Class->title ?? 'Pass Out' }} | {{ $dob }} | {{ $Student->housename }} | {{ $Student->place }} | {{ __('lng.Leave') }} |
{{ __('lng.Showing') }} {{ $Students->count() }} {{ __('lng.Items') }}