@extends('layouts.app') @section('styles') @endsection @section('content')

{{ __('settings.setup-registration') }}

{{-- --}}
@include('layouts.filter')
@if (isset($students) && $students != '[]') @foreach ($students as $student) @endforeach @endif
{{ __('student.id') }} {{ __('student.name') }} {{ __('student.college') }} {{ __('student.section') }} {{ __('student.program') }} {{ __('student.batch') }} {{ __('student.registration-fees') }} {{ __('student.tuition-fees') }} {{ __('student.insurance-fees') }} {{ __('student.show') }}
{{ $student->student_id}} {{ $student->student_name }} {{ $student->college ? $student->college->name : __('student.not-set') }} {{ $student->section->name ?? __('student.not-set') }} {{ $student->program->name ?? __('student.not-set') }} {{ $student->batch ? $student->batch->value : __('student.not-set') }} {{ $student->registration_fees }} {{ $student->program_fees }} {{ $student->insurance_fees }} {{ __('student.show') }}
{{ __('student.id') }} {{ __('student.name') }} {{ __('student.college') }} {{ __('student.section') }} {{ __('student.program') }} {{ __('student.batch') }} {{ __('student.registration-fees') }} {{ __('student.tuition-fees') }} {{ __('student.insurance-fees') }} {{ __('student.show') }}
{{ $students->withQueryString()->links() }}
@csrf {{-- --}}
{{ __('settings.registration-start') }}
{{ __('settings.registration-end') }}
 
مقدار الدمغة
@endsection @section('scripts') {!! Toastr::message() !!} @endsection