@extends('frontend.dashboard.dashboard-app') @section('dashboard_contents')
{{ $data['message'] ?? '' }}
From: {{ $data['sender_name'] ?? 'System' }} @if(isset($data['sender_type'])) ({{ ucfirst($data['sender_type']) }}) @endifWhen you receive notifications, they will appear here.