diff --git a/resources/views/layout.blade.php b/resources/views/layout.blade.php index f8ffc5b..2580228 100644 --- a/resources/views/layout.blade.php +++ b/resources/views/layout.blade.php @@ -1,13 +1,16 @@ - +@extends('layouts.main')
{{-- Task: change the layout from layouts/app.blade.php --}} {{-- to layouts/main.blade.php --}} - Please change layout. + + @section('content') + Please change layout. + @endsection +
-