@livewireStyles
@php $logoPath = \App\Models\Setting::get('site_logo'); $logoUrl = $logoPath ? \Storage::url($logoPath) : null; @endphp @if($logoUrl && \Storage::disk('public')->exists($logoPath))
@else
@endif
Reset Password
Enter your new password below
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif
@csrf
Email Address
@error('email')
{{ $message }}
@enderror
New Password
@error('password')
{{ $message }}
@enderror
Confirm Password
Reset Password
@livewireScripts