@extends('layouts.hosting') @section('title', 'Notifications') @section('content') @include('notifications._list', [ 'subtitle' => 'Orders, stores, and subscription activity for Woo Manager.', 'emptyMessage' => "You're all caught up. We'll notify you when you receive orders or account updates.", ]) @endsection