Skip to content

Commit

Permalink
Update layout.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Baraa-Darkazalli authored Oct 21, 2024
1 parent 9592d5e commit a6c7889
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/views/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
<div class="bg-white overflow-hidden shadow-sm sm:rounded-lg">
<div class="p-6 bg-white border-b border-gray-200">
{{-- Task: change the layout from layouts/app.blade.php to layouts/main.blade.php --}}
The layout has been changed to "layouts/main.blade.php".
{{-- Task: change the layout from layouts/app.blade.php --}}
{{-- to layouts/main.blade.php --}}
Please change layout.
</div>
</div>
</div>
Expand Down

0 comments on commit a6c7889

Please sign in to comment.