@extends('auth.layouts.app') @section('title', 'Lupa Password | Career Development and Consultation (CDC)') @section('content')
@csrf

Lupa Password ?

Masukkan email Anda untuk mengatur ulang kata sandi Anda.
@if (session('status'))
{{ session('status') }}
@endif
@if ($errors->get('email')) @foreach ((array) $errors->get('email') as $message)
{{ $message }}
@endforeach @endif
Kembali
@endsection