@extends('master') @section('title') {{ $title }} @endsection @section('content')
| Publish Date | Description | Posted By | Thumbnail | Action |
|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($notice->published_date)->format('d-m-Y H:i') }} | {!! $notice->description ?? 'No description available' !!} | {{ $notice->post_by ?? 'N/A'}} |
@if($notice->thumbnail)
|
Manage Files |
No files attached to this notice.
@else| ID | File Title | Filename | Status | Action |
|---|---|---|---|---|
| {{ $file->id }} | {{ $file->file_title }} | view {{ $file->file_title }} ... | {{ $file->status == 1 ? 'Published' : 'Unpublished' }} | {{-- Edit --}} |