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

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

{{-- --}} {{-- Admission form fields --}} @foreach ($extraFields as $field) @endforeach {{-- End admission form fields --}}
{{ __('id') }} {{ __('no.') }} {{ __('User Id') }} {{ __('image') }} {{ __('name') }} {{ __('dob') }} {{ __('class_section') }} {{ __('Gr Number') }}{{ __('roll_no') }}{{ __('gender') }} {{ __('admission_date') }} {{ __('guardian') . ' ' . __('email') }} {{ __('guardian') . ' ' . __('name') }} {{ __('guardian') . ' ' . __('mobile') }} {{ __('guardian') . ' ' . __('gender') }}{{ $field->name }}{{ __('action') }}
@endsection