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

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

{{ __('Note Upon approving the students application please be aware that the student will remain in inactive status by default You will need to manually activate the student through the Student Details menu in order to complete the enrollment process') }}
{{-- 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_name') }} {{ __('gender') }} {{ __('admission_date') }} {{ __('guardian') . ' ' . __('email') }} {{ __('guardian') . ' ' . __('name') }} {{ __('guardian') . ' ' . __('mobile') }} {{ __('guardian') . ' ' . __('gender') }}{{ $field->name }}{{ __('action') }}
@can('student-edit') @endcan
@endsection @section('script') @endsection