@extends('layouts.master') @section('title') {{ __('students') }} @endsection @section('content')

{{ __('list') . ' ' . __('students') }}

{{ __('id') }} {{ __('no.') }} {{ __('User Id') }} {{ __('name') }} {{ __('dob') }} {{ __('image') }} {{ __('class_section') }} {{ __('Gr Number') }} {{ __('roll_no') }} {{ __('gender') }} {{ __('admission_date') }} {{ __('guardian') . ' ' . __('email') }} {{ __('guardian') . ' ' . __('name') }} {{ __('guardian') . ' ' . __('mobile') }} {{ __('guardian') . ' ' . __('gender') }}
@csrf
@endsection @section('script') @endsection