@extends('layouts.library.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
| Student Name | Book Code | Library Card Number | Return Date |
|---|---|---|---|
| {{ $booklending->user[0]['FullName'] }} | {{ $booklending->book_code_no }} | {{ $booklending->library_card_no }} | {{ $booklending->return_date }} |
| No Records found | |||