Do not pay to any staff or agent
Disclaimer: MONEYTRUST MFB LIMITED will not be liable for any cash transaction to any staff/agent

LOAN APPLICATION/AGREEMENT
BVN

{{ $loan->more->account_info->bvn }}
REQUEST TYPE

{{ strtoupper($loan->request_type) }} LOAN

PERSONAL INFORMATION

CUSTOMER NAME:
{{ strtoupper($loan->more->account_info->first_name) }} {{ strtoupper($loan->more->account_info->other_name) }} {{ strtoupper($loan->more->account_info->last_name) }}

ORGANISATION:
{{ $loan->more->account_info->organisation }}

ORGANISATION ADDRESS:
{{ $loan->more->account_info->organisation_address }}

EMPLOYEE NO:
{{ $loan->more->account_info->staff_id }}
EMPLOYMENT DATE:
{{ $loan->more->account_info->employment_date }}
RETIREMENT DATE:
{{ $loan->more->account_info->retirement_date }}

HOME ADDRESS:
{{ $loan->more->account_info->home_address }}

BUILDING DESCRIPTION:
{{ $loan->more->account_info->building_description }}

ROUTE DESCRIPTION:
{{ $loan->more->account_info->route_description }}

DATE OF BIRTH

{{ $loan->more->account_info->date_of_birth }}
GENDER

{{ $loan->more->account_info->gender }}
PHONE NO

{{ $loan->more->account_info->phone_number }}
ALTERNATE PHONE NO

@if ($loan->more->account_info->alternate_phone_number)
{{ $loan->more->account_info->alternate_phone_number }}
@endif

E-MAIL:
{{ $loan->more->account_info->email }}
MARITAL STATUS:
{{ $loan->more->account_info->marital_status }}

MEANS OF IDENTIFICATION

{{ $loan->more->account_info->means_of_id }}
ID NUMBER

{{ $loan->more->account_info->id_number }}
ID DATE ISSUED

{{ $loan->more->account_info->id_date_issued }}
ID DATE EXPIRED

{{ $loan->more->account_info->id_date_expired }}


NEXT OF KIN INFORMATION

NAME:
{{ $loan->more->next_kin_info->name }}
RELATIONSHIP:
{{ $loan->more->next_kin_info->relationship }}
PHONE NO:
{{ $loan->more->next_kin_info->phone_number }}

ADDRESS:
{{ $loan->more->next_kin_info->address }}
LOAN DETAILS

REQUESTED AMOUNT:
N{{ number_format($loan->more->loan_info->amount) }}
IN WORDS:
{{ $loan->more->loan_info->in_words }}

REQUESTED LOAN TENOR:
{{ $loan->more->loan_info->tenor }} Months
PURPOSE OF LOAN:
{{ $loan->more->loan_info->purpose }}

NET PAY:
N{{ number_format($loan->more->loan_info->net_pay) }}
GROSS PAY:
N{{ number_format($loan->more->loan_info->gross_pay) }}
REPAYMENT MODE:
{{ $loan->more->loan_info->repayment_mode }}

DISBURSEMENT ACCOUNT DETAILS

ACCOUNT NUMBER:
{{ $loan->more->disbursement_info->account_number }}
ACCOUNT NAME:
{{ $loan->more->disbursement_info->account_name }}

BANK NAME:
{{ explode('||', $loan->more->disbursement_info->bank)[0] }}
CUSTOMER SIGNATURE:
DATE:
{{ $loan->created_at->format('Y-m-d') }}

FOR OFFICIAL USE

@if ($loan->agents()->count() > 0)
ACCOUNT OFFICER's NAME:
{{ strtoupper($loan->agents[0]->first_name) }} {{ strtoupper($loan->agents[0]->other_name) }} {{ strtoupper($loan->agents[0]->other_name) }}
SIGNATURE:
Signed {{ $loan->updated_at->format('Y-m-d') }}

@else
ACCOUNT OFFICER's NAME:
SIGNATURE:

@endif @if ($loan->offer)
APPROVED AMOUNT:
N{{ number_format($loan->offer->more->amount, 2) }}
IN WORDS:
{{ $loan->offer->more->in_words }}

@php $interest_monthly = $loan->offer->more->amount * ($loan->offer->more->interest / 100); $montlyRepay = $loan->offer->more->amount / $loan->offer->more->tenor; $totalRepay = $montlyRepay + $interest_monthly; @endphp
MONTHLY INSTALLMENT:
N{{ number_format($totalRepay, 2) }}
APPROVED TENOR:
{{ $loan->offer->more->tenor }} months

ACTUAL NET PAY:
N{{ number_format($loan->offer->more->net_pay, 2) }}
GROSS PAY:
N{{ number_format($loan->offer->more->gross_pay, 2) }}
APPROVED BY:
@if (!isset($loan->more->imported))
{{ strtoupper($loan->staff_attends[2]->first_name) }} {{ strtoupper($loan->staff_attends[2]->other_name) }} {{ strtoupper($loan->staff_attends[2]->other_name) }}
@else
-
@endif

SIGNATURE:
SIGNATURE:

@else
APPROVED AMOUNT:
IN WORDS:

MONTHLY INSTALLMENT:
APPROVED TENOR:

ACTUAL NET PAY:
GROSS PAY:
APPROVED BY:

SIGNATURE:
SIGNATURE:

@endif