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