@include('frontend.layouts.navbar')
{{-- ===== LEFT: IMAGE SLIDER ===== --}}
SCLOE
SCLOE
SCLOE
SCLOE
{{-- ===== RIGHT: FORM ===== --}}
{{-- Logo --}} {{-- Session status (e.g. password reset link sent) --}} @if($status = Session::get('status'))

{{ $status }}

@endif

Welcome Back

Enter your credentials to access your account.

{{-- Form --}}
@csrf
Forgot password?
@if ($errors->any())

{{ $errors->first() }}

@elseif(session('danger') || session('error'))

{{ session('danger') ?? session('error') }}

@endif

Don't have an account? Sign up

@include('frontend.layouts.footer')