@extends('layouts.app') @section('title', 'Exam Setting List') @include('admin.components.toster') @section('content')
| Action | # | Name | Class | Session | Year | Subject Setting | Publish Date | Status |
|---|---|---|---|---|---|---|---|---|
|
|
{{ $loop->iteration }} | {{ $item->name }} | {{ optional($item->classtype)->name }} | {{ optional($item->session)->name }} | {{ optional($item->classyear)->name }} | @if($item->examsubject->count()>0) Completed @else Incompleted @endif | {{ $item->publishdate }} |
@if($item->status == "Pending")
{{ $item->status }}
Make Publish
@else
{{ $item->status }}
Make Unpublish
@endif
|