@extends(Auth::user()->role === 'store_stuff' ? 'backend.manager.layouts.manager-app' : 'backend.app') @section('title', 'Notifications') @section('content')
{{ data_get($notification->data, 'message', data_get($notification->data, 'subject', 'New notification')) }}
No notifications found.