@extends('layouts.master') @section('page_title', 'Student Promotion') @section('content')
Student Promotion From {{ $old_year }} TO {{ $new_year }} Session
{!! Qs::getPanelOptions() !!}
@include('pages.support_team.students.promotion.selector')
@if($selected)
Promote Students From {{ $my_classes->where('id', $fc)->first()->name.' '.$sections->where('id', $fs)->first()->name }} TO {{ $my_classes->where('id', $tc)->first()->name.' '.$sections->where('id', $ts)->first()->name }}
{!! Qs::getPanelOptions() !!}
@include('pages.support_team.students.promotion.promote')
@endif {{--Student Promotion End--}} @endsection