@extends('layouts.master') @section('title') {{trans_choice('general.disbursed',1)}} {{trans_choice('general.loan',2)}} @endsection @section('content')
| # | NRC | {{trans_choice('general.employee',1)}} # | {{trans_choice('general.client',1)}} {{trans_choice('general.name',1)}} | {{trans_choice('general.gender',2)}} | {{trans_choice('general.product',1)}} | {{trans_choice('general.amount',1)}} | {{trans_choice('general.start',1)}} {{trans_choice('general.date',1)}} | {{trans_choice('general.end',1)}} {{trans_choice('general.date',1)}} | {{trans_choice('general.installment',2)}} | Payee code | {{trans_choice('general.loan',1)}} {{trans_choice('general.purpose',1)}} | {{trans_choice('general.payment',1)}} {{trans_choice('general.method',1)}} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @if($key->client_type=="client") @if(!empty($key->client)) {{$key->client->id}} @endif @endif @if($key->client_type=="group") @if(!empty($key->group)) {{$key->group->id}} @endif @endif | {{$key->external_id}} | {{$key->emp_id}} | @if($key->client_type=="client") @if(!empty($key->client)) @if($key->client->client_type=="individual") {{$key->client->first_name}} {{$key->client->middle_name}} {{$key->client->last_name}} @endif @if($key->client->client_type=="business") {{$key->client->full_name}} @endif @endif @endif @if($key->client_type=="group") @if(!empty($key->group)) {{$key->group->name}} @endif @endif | @if($key->client_type=="client") @if(!empty($key->client)) @if($key->client->client_type=="individual") @if($key->client->gender=="male") {{trans_choice('general.male',1)}} @endif @if($key->client->gender=="female") {{trans_choice('general.female',1)}} @endif @if($key->client->gender=="other") {{trans_choice('general.other',1)}} @endif @if($key->client->gender=="unspecified") {{trans_choice('general.unspecified',1)}} @endif @endif @endif @endif | @if(!empty($key->loan_product)) {{$key->loan_product->name}} @endif | {{number_format($key->principal) }} | {{$key->first_repayment_date }} | {{$key->expected_maturity_date}} | {{number_format($schedule->principal + $schedule->interest, $key->decimals)}} | {{$key->pay_id}} | @if(!empty($key->loan_purpose)) {{$key->loan_purpose->name}} @endif |