@extends('backend.layouts.app') @section('title', 'All Notice List') @push('style') @endpush @section('content')
| # | Created At | Title | Notice For | Pinned | Status | Seen By | Actions |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $notice->created_at->format('d M, Y') }} | {{ $notice->title }} | {{ $notice->notice_for }} | {{ $notice->seenBy }} |
|