@php $configData = Helper::applClasses(); @endphp @extends('layouts/fullLayoutMaster') @section('title', 'Forgot Password') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
@if($configData['theme'] === 'dark') Forgot password V2 @else Forgot password V2 @endif

Tidak ingat kata sandi? 🔒

Masukkan email Anda dan kami akan mengirimkan instruksi untuk mengatur ulang kata sandi Anda

@if (session('error'))
{{ session("error") }}
@endif @if (session('success'))
{{ session("success") }}
@endif
@csrf
@error('email') {{ $message }} @enderror

Back to login

@endsection @section('vendor-script') @endsection @section('page-script') @endsection