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