@extends('layouts.admin')
| S.No | Class | Title | Work | Date | Status | {{--File | --}} @if ($currentDate->between($startDate, $endDate))Actions | @endif
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | @if (isset($value->classPackageInformation)) {{ $value->classPackageInformation->class_name }} @endif |
{{ $value->title }} |
{{ dateformatter($value->created_at) }} | {{ $value->is_approved === 1 ? 'Approved' : ($value->is_approved === 0 ? 'Disapproved' : 'Pending') }} |
@if ($currentDate->between($startDate, $endDate))
|
||
| {{ 'No record found' }} |