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