@php $_logo = \App\Models\AppSetting::get('company_logo'); @endphp @if($_logo && \Illuminate\Support\Facades\Storage::disk('public')->exists($_logo)) Logo @else
@endif

Reset Your Password

Enter the 6-digit OTP sent to {{ $email }}

@if(session('otp_sent_success'))

OTP sent successfully. Please check your inbox (and spam folder).

@endif
@csrf
@error('otp')

{{ $message }}

@enderror

@error('password')

{{ $message }}

@enderror

@error('password_confirmation')

{{ $message }}

@enderror
Resend OTP · Back to Sign In

© {{ date('Y') }} Kitchen complex. All rights reserved.