Adopt the shared Ladill signed-out page for Woo Manager.
Deploy Ladill Woo Manager / deploy (push) Successful in 34s

Logout now lands on the branded sign-out screen with Woo-specific copy instead of the minimal placeholder card.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-07 02:52:02 +00:00
co-authored by Cursor
parent 93bfc3e2d2
commit 1edf5aad43
5 changed files with 45 additions and 20 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
@php
$signedOut = (array) config('signed_out');
$logo = (string) ($signedOut['logo'] ?? 'images/logo/ladillgive-logo.svg');
$logo = (string) ($signedOut['logo'] ?? 'images/logo/ladillwoomanager-logo.svg');
$logoPath = public_path($logo);
@endphp
<!DOCTYPE html>