@extends('admin.master') @section('content')
| SL | Title | Image | Status | Publish At | Action |
|---|---|---|---|---|---|
| {{ $notices->firstItem() + $key }} | {{ $notice->title }} |
@if($notice->image)
|
@if($notice->status == 'published') Published @else Draft @endif | {{ $notice->publish_at ? $notice->publish_at->format('d M Y h:i A') : '-' }} | Show Edit |
| No notice found. | |||||