@extends('theme::layouts.app', ['title' => $title ?? __('account.title|Notifications')]) @section('content')

{{ $pageHeader['title'] ?? __('account.Notifications') }}

{{ __('account.User notifications - coming soon.') }}

@endsection