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

Atur Ulang Password

Sudah mengganti password ? Masuk
@if ($errors->get('email')) @foreach ((array) $errors->get('email') as $message)
{{ $message }}
@endforeach @endif
@if ($errors->get('password')) @foreach ((array) $errors->get('password') as $message)
{{ $message }}
@endforeach @endif
@if ($errors->get('password_confirmation')) @foreach ((array) $errors->get('password_confirmation') as $message)
{{ $message }}
@endforeach @endif
@endsection