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

Promote Class Section

Filter list by:
@isset($previousSessionSections) @foreach ($previousSessionSections as $previousSessionSection) @endforeach @endisset
Section Name Promotion Status Actions
{{$previousSessionSection->section->section_name}} {{($currentSessionSectionsCounts > 0)?'Promoted': 'Not Promoted'}} @if ($currentSessionSectionsCounts > 0) No action needed @else @endif
@include('layouts.footer')
@endsection