{{-- brafa Systems — sign in. Mirror of the brafa near-monochrome aesthetic. Livewire backing is App\Http\Livewire\Auth\Login. Every binding below is preserved verbatim from the previous implementation: wire:submit.prevent="store", wire:model="email", wire:model="password", wire:model="remember", @error('email'), @error('password'), Session::has('status'), route('forget-password'), route('register'). --}}
{{-- Left brand panel --}} {{-- Right form panel --}}
Welcome back

Sign in

Enter your credentials to access the admin.

@if (Session::has('status'))
{{ Session::get('status') }}
@endif
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
Forgot password?

Don't have an account? Sign up