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

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

{{-- --}}
@csrf @include('layouts.filter')
{{__('student.reset') }}
@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 / 2 }} {{ $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') }}
@csrf
{{ __('settings.registration-start') }}
{{ __('settings.registration-end') }}
 
مقدار الدمغة
@endsection @section('scripts') {!! Toastr::message() !!} @endsection