@extends('layouts.app') @section('title', 'Notices List') @section('content')
| Action | # | Title | Title (Bangla) | Notice For | Notice Date | Entry By | Entry At | Total Views | Download |
|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $loop->iteration }} | {{ $item->title }} | {{ $item->title_bn }} | {{ $item->notice_for }} | {{ $item->notice_date->format('d-m-Y') }} | {{ optional($item->user)->name }} | {{ $item->entry_at->format('d-m-Y') }} | {{$item->view }} | Download |