@extends('backend.master') @section('title') {{ $title }} @endsection @section('content')
@csrf @forelse($notifications as $notification) @empty @endforelse
{{ $notification->title }}
{!! $notification->message !!}
{{ date('M d', strtotime($notification->creatd_at)) }}
@endsection @push('script') @endpush @push('script') @include('backend.partials.delete-ajax') @endpush