diff --git a/config/signed_out.php b/config/signed_out.php new file mode 100644 index 0000000..1319bc5 --- /dev/null +++ b/config/signed_out.php @@ -0,0 +1,7 @@ + 'Ladill Hosting', + 'logo' => 'images/logo/ladillhosting-logo.svg', + 'description' => 'Your Ladill Hosting session has ended. Sign in again to manage websites and apps.', +]; diff --git a/resources/views/auth/signed-out.blade.php b/resources/views/auth/signed-out.blade.php new file mode 100644 index 0000000..c6306cc --- /dev/null +++ b/resources/views/auth/signed-out.blade.php @@ -0,0 +1,52 @@ +@php + $signedOut = (array) config('signed_out'); + $logo = (string) ($signedOut['logo'] ?? 'images/logo/ladillgive-logo.svg'); + $logoPath = public_path($logo); +@endphp + + +
+ + ++ {{ $signedOut['description'] ?? ('Your '.($signedOut['title'] ?? config('app.name')).' session has ended. Sign in again to continue.') }} +
+ + + Sign in again + + + + Go to ladill.com + +