@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

Reset Password

Enter your email address and we'll send you a link to reset your password.

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

{{ $errors->first() }}

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

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

@endif

Remember your password? Sign in

@include('frontend.layouts.footer')