@extends('backend.layouts.app') @section('title') All Announcement List @endsection @push('style') @endpush @section('content')
| # | Created At | Announcement | Status | Actions |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $announcement->created_at->diffForHumans() }} | {{ $announcement->announcement }} |
|