@extends('layouts.master') @section('title') {{ __('students') }} @endsection @section('content')
| {{ __('id') }} | {{ __('no.') }} | {{ __('user_id') }} | {{ __('gr_number') }} | {{ __('roll_no') }} | {{ __('name') }} | {{ __('dob') }} | {{ __('gender') }} | {{ __('blood_group') }} | {{ __('image') }} | {{ __('class') . ' ' . __('section') . ' ' . __('id') }} | {{ __('class') . ' ' . __('section') }} | {{ __('stream') }} | {{ __('category') . ' ' . __('id') }} | {{ __('category') }} | {{ __('caste') }} | {{ __('religion') }} | {{ __('admission_date') }} | {{ __('height') }} | {{ __('weight') }} | {{ __('father') . ' ' . __('name') }} | {{ __('father') . ' ' . __('mobile') }} | {{ __('father') . ' ' . __('occupation') }} | {{ __('father') . ' ' . __('image') }} | {{ __('mother') . ' ' . __('name') }} | {{ __('parents') . ' ' . __('occupation') }} | {{ __('mother') . ' ' . __('image') }} | {{ __('guardian') . ' ' . __('name') }} | {{ __('guardian') . ' ' . __('mobile') }} | {{ __('guardian') . ' ' . __('occupation') }} | {{ __('guardian') . ' ' . __('image') }} | {{ __('is_new_admission') }} | @canany(['student-edit', 'student-delete', 'generate-document']){{ __('action') }} | @endcanany
|---|