From 7fcfc57d9b48a85358246ece62e359ef9d484b00 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Mon, 26 Aug 2024 19:09:33 -0500 Subject: [PATCH] layout --- resources/views/layouts/main-layout.blade.php | 2 +- resources/views/welcome.blade.php | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/resources/views/layouts/main-layout.blade.php b/resources/views/layouts/main-layout.blade.php index c3da3c0..f52861d 100644 --- a/resources/views/layouts/main-layout.blade.php +++ b/resources/views/layouts/main-layout.blade.php @@ -6,7 +6,7 @@ - {{ config('app.name', 'Laravel') }} + {{ config('app.name', 'Investbrain') }} diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 8397291..8fca232 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -1,8 +1,15 @@ @extends('layouts.main-layout', ['attributes' => null]) +@section('body')
-
- +
+
+ +
+ @auth + Dashboard + @endauth +
@@ -94,4 +101,5 @@ } }; } - \ No newline at end of file + +@endsection \ No newline at end of file