Skip to content

Commit

Permalink
Update layout.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
trr-code authored Dec 16, 2024
1 parent b11e55e commit e7e728b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/views/layout.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<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">
Expand All @@ -10,4 +12,4 @@
</div>
</div>
</div>
</x-app-layout>
@endsection

0 comments on commit e7e728b

Please sign in to comment.