{{-- resources/views/storefront/notifications.blade.php --}} @extends('storefront.layout') @section('title', trans_key('storefront.pageTitles.notifications').' - '.config('app.name', 'FreshMart')) @section('content')
All recent storefront alerts.
{{ $notification->message ?? data_get($notification->data, 'message') }}
You are all caught up.