@extends('layouts.app') @section('content')
| Section Name | Promotion Status | Actions | 
|---|---|---|
| {{$previousSessionSection->section->section_name}} | {{($currentSessionSectionsCounts > 0)?'Promoted': 'Not Promoted'}} | @if ($currentSessionSectionsCounts > 0) No action needed @else @endif |