@extends('layouts.master') @section('page_title', 'Manage Promotions') @section('content') {{--Reset All--}}
S/N | Photo | Name | From Class | To Class | Status | Action | ||
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $p->student->name }} | {{ $p->fc->name.' '.$p->fs->name }} | {{ $p->tc->name.' '.$p->ts->name }} | @if($p->status === 'P')Promoted | @elseif($p->status === 'D')Not Promoted | @elseGraduated | @endif