@include('includes.header-topbar') @include('includes.sidebar-menu')
{{--
Deposit
Withdraw
--}} @if(session('success'))
Refund Request Submitted Successfully!
@endif
Request for Refund
@csrf
Serial No:
AH0116
APDC HOMES
REQUEST FOR REFUND FORM
Please be informed that the refund attracts a 3.5% charge.
Personal Information
Name
Date
Phone Number
Email
Address
Valid Means of Identification
Choose Valid Means of Identification
National ID Card
National Driver's License
International Passport
Permanent Voter's Card
refund details
Project
Choose Project
@php $distinctProjects = []; @endphp @foreach ($projects as $project) @php $displayName = ''; switch ($project->detailed_type) { case 'millenium': $displayName = 'Millenium City Kaduna'; break; case 'consu': $displayName = 'LIFE CAMP, IDOGWARI'; break; case 'karsana': $displayName = 'KARSANA'; break; case 'ace_1': $displayName = 'ACE Phase 1'; break; case 'ace_2': $displayName = 'ACE Phase 2'; break; case 'ace_3': $displayName = 'ACE Phase 3'; break; default: $displayName = 'Unknown Type'; } if (!in_array($displayName, $distinctProjects)) { array_push($distinctProjects, $displayName); @endphp
{{ $displayName }}
@php } @endphp @endforeach
House Type Required
Choose House Type
Amount
Amount Paid
Payment Date
Supporting Document(s)
Payment receipt
Request letter
Reason for Refund
Refund Account
Signature
Date
Submit
Share
×
Share via
Whatsapp
Mail
@include('includes.footer')
Loading...