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

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

{{ __('id') }} {{ __('no.') }} {{ __('user_id') }} {{ __('gr_number') }} {{ __('class') . ' ' . __('section') . ' ' . __('id') }} {{ __('class') . ' ' . __('section') }} {{ __('stream') }} {{ __('roll_no') }} {{ __('first_name') }} {{ __('last_name') }} {{ __('dob') }} {{ __('image') }} {{ __('father') . ' ' . __('name') }} {{ __('father') . ' ' . __('mobile') }} {{ __('guardian') . ' ' . __('name') }} {{ __('guardian') . ' ' . __('mobile') }} {{ __('address') }}
@csrf
@endsection @section('script') @endsection