Skip to content

Commit

Permalink
Update layout.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OhmygoodR authored Oct 25, 2024
1 parent 4830b26 commit 5ce7286
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions resources/views/layout.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
<x-app-layout>
<div class="py-12">
// <x-app-layout>
// <div class="py-12">
// <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 --}}
// Please change layout.
// </div>
// </div>
// </div>
// </div>
// </x-app-layout>

@extends('layouts.main')

@section('content')
<div class="py-12">
<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">
Expand All @@ -10,4 +26,4 @@
</div>
</div>
</div>
</x-app-layout>
@endsection

0 comments on commit 5ce7286

Please sign in to comment.