From 24f6f76fc5090ab7a9740dd9d4ae2566905001f5 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Mon, 26 Aug 2024 18:50:09 -0500 Subject: [PATCH] layout --- resources/views/layouts/main-layout.blade.php | 2 +- resources/views/welcome.blade.php | 4 +++- 2 files changed, 4 insertions(+), 2 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..e939e05 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -1,5 +1,6 @@ @extends('layouts.main-layout', ['attributes' => null]) +@section('body')
@@ -94,4 +95,5 @@ } }; } - \ No newline at end of file + +@endsection \ No newline at end of file