diff --git a/resources/views/layout.blade.php b/resources/views/layout.blade.php index f8ffc5b6..2cc52f24 100644 --- a/resources/views/layout.blade.php +++ b/resources/views/layout.blade.php @@ -1,5 +1,21 @@ - -
+// +//
+//
+//
+//
+// {{-- Task: change the layout from layouts/app.blade.php --}} +// {{-- to layouts/main.blade.php --}} +// Please change layout. +//
+//
+//
+//
+//
+ +@extends('layouts.main') + +@section('content') +
@@ -10,4 +26,4 @@
- +@endsection