mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
wip
This commit is contained in:
parent
c78c21f9d0
commit
217c0b1e22
4 changed files with 7 additions and 9 deletions
|
|
@ -52,7 +52,6 @@ $title = $title
|
|||
<body class="flex flex-col min-h-screen font-sans antialiased text-gray-800">
|
||||
{{ $slot }}
|
||||
|
||||
|
||||
<footer class="py-12 border-t">
|
||||
<ul class="px-4 space-y-4 text-center text-gray-500">
|
||||
<li>
|
||||
|
|
@ -72,7 +71,6 @@ $title = $title
|
|||
</ul>
|
||||
</footer>
|
||||
|
||||
{{-- banner --}}
|
||||
<x-banner />
|
||||
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue