@extends('layouts.admin.layout') @section('content')
{{ $noticeboard->title }}
{{ date('d M Y',strtotime($noticeboard->publish_date)) }}
@if($noticeboard->type == 'class') {{ $noticeboard->standardLink->StandardSection }} @else {{ ucwords($noticeboard->type) }} @endif
{!! $noticeboard->description !!}
No Notice Found
| Exam Name | Subject | Class | Time |
|---|---|---|---|
|
{{ date('d-m-Y H:i:s',strtotime($key)) }} |
|||
| {{ $upcomingExam->exam->name }} | {{ $upcomingExam->subject->name }} | {{ $upcomingExam->standardLink->StandardSection }} | {{ date('H:i A',strtotime($upcomingExam->start_time)) }} |
| No Records found | |||