@extends('layouts.master') @section('title', 'Announcements - Udankhatola') @section('content')
| # | Type | Title | Text | Date | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $counter }} | {{ $ann->announcement_type }} | {{ $ann->title }} | {{ $ann->text }} | {{ date('d M Y', strtotime($ann->announcement_date)) }} | {{ $ann->status == 1 ? 'Active' : 'Inactive' }} | {{-- Edit --}} {{-- Delete --}} |
| No announcements found. | ||||||