{{ \App\Models\AppSetting::get('company_name', 'Kitchen complex') }}

@php $logoPath = \App\Models\AppSetting::get('company_logo'); @endphp @if($logoPath && \Illuminate\Support\Facades\Storage::disk('public')->exists($logoPath)) Company Logo @else
{{ \App\Models\AppSetting::get('company_name','Kitchen complex') }}
@endif

Hi {{ $userName }},

We received a request to reset your password. Use the OTP below to proceed. This code is valid for 10 minutes.

{{ $otp }}

If you did not request a password reset, you can safely ignore this email. Your password will not be changed.

Do not share this code with anyone.