@extends('adminlte::page') @section('title', 'Promotion Module') @section('content_header')

Student Promotion

@stop @section('content')
{{-- Alerts --}} @if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif

Promote Entire Class

@csrf

{{-- Students table --}}
@stop @section('js') @stop