@extends('layouts.app') @section('title', 'Notices List') @section('content')
@foreach ($notices as $item) @endforeach
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
@endsection @include('admin.components.toster') @include('admin.components.tosterjs') @include('admin.components.delete')