@extends('layouts.login') @section('title') Forgot Password @endsection @section('content')
@csrf
users view avatar

CPA Portal

Forgot Password?
@if($errors->has("email")) {{$errors->first("email")}}

OR

@if (session('success'))
{{ session('success') }}
@endif @if(session('fail'))
{{ session('fail') }}
@endif

Please Contact to the call center on the following number for Password Reset-- Phone: 02-955622


Operation and Maintenance by cns_logo
@endsection