From 659032b840187412bfd79eaea4558ca71fc9b51f Mon Sep 17 00:00:00 2001 From: Jakye Date: Sun, 4 Aug 2024 23:22:22 +0300 Subject: [PATCH] Updated welcome.blade.php --- src/resources/views/welcome.blade.php | 273 ++++++++++++++------------ 1 file changed, 143 insertions(+), 130 deletions(-) diff --git a/src/resources/views/welcome.blade.php b/src/resources/views/welcome.blade.php index 504b0f0..90825c8 100644 --- a/src/resources/views/welcome.blade.php +++ b/src/resources/views/welcome.blade.php @@ -12,166 +12,179 @@ - -
- @if (Route::has('login')) -
- @auth - {{ __('Dashboard') }} - @else - {{ __('Log in') }} - - @if (Route::has('register')) - {{ __('Register') }} + +
+ +
+
+
+
+ +
+ @if (Route::has('login')) + @endif - @endauth -
- @endif + -
-
- - - -
+
+ @if (session()->has('error')) + - @endif + @if (session()->has('success')) + - @endif - -
-
- -
-
- - - +
+ +
+ Laravel documentation screenshot + +
-

Documentation

+
+
+
+ +
-

- Laravel has wonderful documentation covering every aspect of the framework. Whether you are a newcomer or have prior experience with Laravel, we recommend reading our documentation from beginning to end. -

-
+
+

Documentation

- - - -
+

+ Laravel has wonderful documentation covering every aspect of the framework. Whether you are a newcomer or have prior experience with Laravel, we recommend reading our documentation from beginning to end. +

+
+
- - +
+

Laracasts

- - - -
+

+ Laracasts offers thousands of video tutorials on Laravel, PHP, and JavaScript development. Check them out, see for yourself, and massively level up your development skills in the process. +

+
- -
- - - - - + + -
-
-
- - +
+
+ + + +
-

Vibrant Ecosystem

+
+

Vibrant Ecosystem

-

- Laravel's robust library of first-party tools and libraries, such as Forge, Vapor, Nova, and Envoyer help you take your projects to the next level. Pair them with powerful open source libraries like Cashier, Dusk, Echo, Horizon, Sanctum, Telescope, and more. -

+

+ Laravel's robust library of first-party tools and libraries, such as Forge, Vapor, Nova, Envoyer, and Herd help you take your projects to the next level. Pair them with powerful open source libraries like Cashier, Dusk, Echo, Horizon, Sanctum, Telescope, and more. +

+
-
-
- -
-
- Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})
- Larascord v{{ \Jakyeru\Larascord\LarascordServiceProvider::VERSION }} -
+