@extends('layouts.master') @section('content')
Notifications

Escalation Notifications List

{{--

--}} {{--
--}}
@foreach ($esc as $key => $esc_val) @endforeach
S.No Type Notification Status Created At
{{ ++$key }} {{ ucfirst($esc_val->type) }} {{ $esc_val->message }} @if ($esc_val->is_read == 1) Read @else Mark As Read @endif {{ $esc_val->created_at }}
S.No Type Notification Status Created At
{{--
--}} @endsection @push('scripts') @endpush