@extends('layouts.main_dashboard.app') @section('title', __('dashboard.User Notifications')) @section('page_heading', __('dashboard.User Notifications')) @section('breadcrumb')
| {{ __('dashboard.Title') }} | {{ __('dashboard.Sent by') }} | {{ __('dashboard.Sent to') }} | {{ __('dashboard.Actions') }} |
|---|---|---|---|
| {{ $notification->title }} | {{ $notification->creator->first_name ?? 'N/A' }} {{ $notification->creator->last_name ?? '' }} | {{ $notification->users->count() }} {{ __('dashboard.users') }} |