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

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

@can('student-delete')
@endcan
@can('student-delete') @endcan
{{-- Admission form fields --}} @foreach ($extraFields as $field) @endforeach {{-- End admission form fields --}} @canany(['student-edit','student-delete']) @endcanany
{{ __('id') }} {{ __('no.') }} {{ __('User Id') }} {{ __('name') }} {{ __('dob') }} {{ __('image') }} {{ __('class_section') }} {{ __('Gr Number') }} {{ __('roll_no') }} {{ __('gender') }} {{ __('admission_date') }} {{ __('guardian') . ' ' . __('email') }} {{ __('guardian') . ' ' . __('name') }} {{ __('guardian') . ' ' . __('mobile') }} {{ __('guardian') . ' ' . __('gender') }}{{ $field->name }}{{ __('action') }}
@can('student-edit') @endcan @endsection @section('script') @endsection