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

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

@canany(['student-edit', 'student-delete', 'generate-document']) @endcanany
{{ __('id') }} {{ __('no.') }} {{ __('user_id') }} {{ __('gr_number') }} {{ __('first_name') }} {{ __('last_name') }} {{ __('dob') }} {{ __('gender') }} {{ __('image') }} {{ __('class') . ' ' . __('section') . ' ' . __('id') }} {{ __('class') }} {{ __('category') . ' ' . __('id') }} {{ __('category') }} {{ __('admission_date') }} {{ __('father') . ' ' . __('name') }} {{ __('father') . ' ' . __('mobile') }} {{ __('father') . ' ' . __('occupation') }} {{ __('father') . ' ' . __('image') }} {{ __('mother') . ' ' . __('name') }} {{ __('parents') . ' ' . __('occupation') }} {{ __('mother') . ' ' . __('image') }} {{ __('guardian') . ' ' . __('name') }} {{ __('guardian') . ' ' . __('mobile') }} {{ __('guardian') . ' ' . __('occupation') }} {{ __('guardian') . ' ' . __('image') }} {{ __('is_new_admission') }}{{ __('action') }}
@can('student-edit') @endcan {{-- --}} @endsection