@extends('admin.layouts.app') @section('title', 'Notifications') @section('content')
{{ $data['message'] ?? '' }}
From: {{ $data['sender_name'] ?? 'System' }} @if(isset($data['sender_type'])) ({{ ucfirst($data['sender_type']) }}) @endifWhen you receive notifications, they will appear here.