@extends('master') @section('title') {{ $title}} @endsection @section('content')
| ID | Heading | Published Date | Status | Action | |
|---|---|---|---|---|---|
| {{ $notice->id}} | {{ $notice->heading}} | {{--{{ $notice->published_date}} | --}}{{ \Carbon\Carbon::parse($notice->published_date)->format('M d, Y H:i') }} | {{ $notice->status == 1 ? 'published':'unpublished'}} | Edit View {{-- Manage files --}} |