Deploy Ladill Woo Manager / deploy (push) Successful in 2m11s
New order, store connected, Pro expiry, and past-due alerts use the Ladill notification layout with woo branding; expiry reminders dedupe per threshold like hosting. Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
338 B
PHP
11 lines
338 B
PHP
@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
|