@php $logo = get_setting('app_logo'); @endphp {{-- Logo & Intro --}}
logo

Enter your new password to reset your account.

{{-- Form Reset Password --}}
@csrf {{-- Token Reset (dibawa dari email) --}} {{-- Email --}}
{{-- Error Validasi --}} @error('email')
{{ $message }}
@enderror
{{-- Password Baru --}}
@error('password')
{{ $message }}
@enderror {{-- Konfirmasi Password Baru --}}
@error('password_confirmation')
{{ $message }}
@enderror {{-- Tombol Reset --}} {{-- Redirect ke Login --}}
{{-- Footer --}} {{ $footer_text }}