Files
ladill-woo-manager/resources/views/notifications/index.blade.php
T
isaaccladandCursor cfdc8c7c09
Deploy Ladill Woo Manager / deploy (push) Successful in 2m11s
Add Woo Manager email notification milestones with shared mail templates.
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>
2026-07-07 02:59:45 +00:00

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