@extends('layouts.main') @section('content')
| ID | Title | Type | Status | Duration | Actions |
|---|---|---|---|---|---|
| {{ $notice->id }} | {{ $notice->title }} | {{ ucfirst($notice->type) }} | @if($notice->status) Active @else Inactive @endif | {{ $notice->start_date ? $notice->start_date : 'N/A' }} - {{ $notice->end_date ? $notice->end_date : 'N/A' }} | Edit |
| No notices found | |||||