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 Nov 3, 2023
1 parent fd935ee commit a31362d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/layout.blade.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
@extends('layouts.main')

@section('content')
<div class="py-12">
<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>
@endsection


{{--<x-app-layout>
{{-- <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">
Expand All @@ -27,4 +27,4 @@
</div>
</div>
</div>
</x-app-layout>--}}
</x-app-layout> --}}

0 comments on commit a31362d

Please sign in to comment.