@extends('admin.layouts.app') @section('title', 'Admin - Notification List') @push('headerscript') @endpush @section('content')
{{--
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))
@endif @endforeach
--}}

Notification


{{-- @foreach ($notification as $r) @endforeach
--}} S.No. Type Message Deliver Date Action
{{ $loop->iteration }} {{ $r->user_type }} {!!$r->message!!} {{date('d-m-Y h:i a',strtotime($r->deliver_date))}} {{-- --}}
@method('delete') @csrf
@endsection @push('footerscript') @endpush