@extends('backEnd.master') @section('title') {{ @$pt }} @endsection @section('mainContent')
@if (generalSetting()->with_guardian) @endif {{-- @foreach ($students as $student) @if (generalSetting()->with_guardian) @endif @endforeach --}}
@lang('student.admission_no') @lang('student.roll_no') @lang('student.name')@lang('student.father_name')@lang('common.date_of_birth') @lang('common.gender') @lang('common.type') @lang('common.phone') @lang('common.actions')
{{ $student->admission_no }} {{ $student->roll_no }} {{ $student->first_name . ' ' . $student->last_name }} {{ $student->class != '' ? $student->class->class_name : '' }}{{ $student->parents != '' ? $student->parents->fathers_name : '' }} {{ $student->date_of_birth != '' ? dateConvert($student->date_of_birth) : '' }} {{ $student->gender != '' ? $student->gender->base_setup_name : '' }} {{ $student->category != '' ? $student->category->category_name : '' }} {{ $student->mobile }} @php $routeList = [ ''.__('common.view').'', ' ' . __('student.assign_class') . '', userPermission('disable_student_delete') ? '' . __('common.delete') . '' : null ]; @endphp
@endsection @include('backEnd.partials.data_table_js') @include('backEnd.partials.server_side_datatable') @push('script') @endpush