@extends('admin.layout.master') @section('content')
| # | Subject | Description | Posted Date | Notice For | Status | Action |
|---|---|---|---|---|---|---|
| {{++$key}} | {{$notice->subject}} | {{$notice->description}} | {{date('d-m-Y', strtotime($notice->created_at))}} | @forelse ($notice->role_ids as $role) {{$role->name}} @empty Not Assigned Yet @endforelse | {!! $notice->status == 1 ? 'Active' : 'Inactive' !!} | |
| No Notice Found | ||||||