@extends('layouts.app') @section('content')
@include('layouts.left-menu')

Promote Students

@include('session-messages')
Important: Students must be promoted only once to a new Session. Set payment details for each student below.
@csrf @isset($students) @foreach ($students as $index => $student)
{{$student->student->first_name}} {{$student->student->last_name}}
Student Information

ID Card:

Previous Class: {{$schoolClass->class_name}}

Previous Section: {{$section->section_name}}

Promote To
💰 Payment Settings
Total Amount:
{{number_format($defaultAdmissionFee, 2)}} PKR
@endforeach @endisset
Ready to Promote?
This will create promotions and payment profiles for all students above
@include('layouts.footer')
@endsection