@extends('admin.layout.index') {{-- =========== meta Title =================== --}} @section('title') نوتیفیکیشن @endsection {{-- =========== My Css Style =================== --}} @section('myCss') @endsection {{-- =========== My JavaScript =================== --}} {{-- =========== CONTENT =================== --}} @section('content')
@if(count($notifications)>0)
@foreach($notifications as $key=>$item) @endforeach
عنوان تاریخ عملیات
{{ $item->title }} {{ verta($item->created_at)->format('d - %B - Y') }}
@method('delete') @csrf
@else

اعلانی وجود ندارد
@endif
@endsection