@extends('layouts.master')
@section('page_title', 'Student Promotion')
@section('content')
@include('pages.support_team.students.promotion.selector')
@if($selected)
@include('pages.support_team.students.promotion.promote')
@endif
{{--Student Promotion End--}}
@endsection