Archived
1
0
Fork 0

Adding resources/views/layouts/auth.blade.php

This commit is contained in:
Henrik Hautakoski 2021-12-31 17:02:37 +01:00
parent 7a1d37d942
commit d40008aafc

View file

@ -0,0 +1,5 @@
<x-layout>
<div class="w-96 mx-auto mt-28 p-4 bg-blue-100 border border-blue-200 rounded">
{{ $slot }}
</div>
</x-layout>