@extends('layouts.accountant.layout') @section('content')
{{ $events->title }}
{{ date('d M Y H:i',strtotime($events->start_date)) }}
@if($events->select_type == 'class') {{ $events->standardLink->StandardSection }} @else {{ ucwords($events->select_type) }} @endif
{{ $events->description }}
No records Found
{{ $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