8 lines
280 B
PHP
8 lines
280 B
PHP
@component('layouts.app', ['title' => 'Login'])
|
|
<div class="min-h-screen flex items-center justify-center p-6">
|
|
<div class="w-full max-w-md rounded-xl bg-white p-6 shadow">
|
|
{{-- your existing Fortify login form --}}
|
|
</div>
|
|
</div>
|
|
@endcomponent
|