1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 13:24:03 +00:00
This commit is contained in:
Abrar Ahmad 2021-11-10 15:12:46 +05:00
parent c78c21f9d0
commit 217c0b1e22
4 changed files with 7 additions and 9 deletions

View file

@ -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>