@extends('layouts.app') @section('content')

Custom Notifications

Add Notification
{{----}} @php $sno=1; @endphp @forelse($data as $key=>$notification) {{----}} @empty @endforelse
S.No. Notification Title Image Notification StatusDescriptionCreated Date Status Action
{{$sno++}} {{$notification->title}} @if($notification->image!="")@else - @endif @if($notification->notification_status==1) Sent @else Pending @endif{!!$notification->description!!}{{date("d-m-Y",strtotime($notification->created_at))}} {{$status_text}} @if($notification->notification_status!=1) @endif
No custom notifications found
@endsection