@extends('doctorpanel.layout.app') @section('title', 'Waiting Room | Notifications and Alerts Management') @section('custom-style') @endsection @section('content')

{{ __('translations.All Notifications') }}

@foreach ($notifications as $key => $notification) @endforeach
{{ __('translations.No.') }} {{ __('translations.Description') }} {{ __('translations.Type') }} {{ __('translations.Date') }} {{ __('translations.Action') }}
{{ $key + 1 }} {{ $notification->message }} {{ ucfirst(str_replace('-', ' ', $notification->recipient_type)) }} {{ explode(' ', $notification->updated_at)[0] }} {{-- --}}
@endsection @section('custom-script') @endsection