@extends('layouts.app') @section('title') Customer Detail @stop @section('css') @stop @section('breadcrumb')
@stop @section('content')Code | {{ $acronym }}00{{ $customer->id }} | |||
Names | {{ $customer->name }}, {{ $customer->first_owner }}, {{ $customer->second_owner }} | |||
S/O, |
@elseif($customer->father_type == 2)
S/O, D/O, W/O. | @endif@if (count($ownerArray) > 1) {{ $customer->father_name }}, {{ $customer->first_owner_father }}, {{ $customer->second_owner_father }} @else {{ $customer->father_name }} @endif | ||
CNIC | @if (count($ownerArray) > 1) {{ str_replace('_', '', $customer->cnic) }}, {{ $customer->first_owner_cnic }}, {{ $customer->second_owner_cnic }} @else {{ str_replace('_', '', $customer->cnic) }} @endif | |||
Passport No. | {{ $customer->passport_no }} | |||
Date of Birth | {{ date('d-m-Y', strtotime($customer->dob)) }} | |||
Occupation | {{ $customer->occupation }} | |||
Mailing Address | {{ $customer->mailing_address }} | |||
Permanent Address | {{ $customer->permanent_address }} | |||
{{ $customer->email }} | ||||
Phone Number | {{ $customer->phone_number }} | |||
Residential Number | {{ $customer->res_number }} | |||
Mobile Number | {{ $customer->mobile_number }} | |||
Is Filer | {{ $customer->is_filer ? 'YES' : 'NO' }} | |||
NTN Number | {{ $customer->ntn_number }} | |||
Updated at | {{ $customer->updated_at }} | |||
Created at | {{ $customer->created_at }} |
Owner 1 | {{ $customer->first_owner }} | Owner Father | {{ $customer->first_owner_father }} | Owner Cnic | {{ $customer->first_owner_cnic }} |
Owner 2 | {{ $customer->second_owner }} | Owner Father | {{ $customer->second_owner_father }} | Owner Cnic | {{ $customer->second_owner_cnic }} |
Name Of Nominee | {{ $customer->nominee_name }} | |||
S/O, |
@elseif($customer->nominee_father_type == 2)
S/O, D/O, W/O. | @endif{{ $customer->nominee_so_do_wo }} | ||
CNIC | {{ $customer->nominee_cnic }} | |||
Address | {{ $customer->nominee_address }} | |||
Passport No. | {{ $customer->nominee_passport_no }} | |||
{{ $customer->nominee_email }} | ||||
Phone Number | {{ $customer->nominee_phone_number }} | |||
Residential Number | {{ $customer->nominee_res_number }} | |||
Mobile Number | {{ $customer->nominee_mobile_number }} | |||
Relation With Applicant | {{ $customer->nominee_relation }} |
Name Of Nominee | {{ $n->nominee_name }} |
S/O, D/O, W/O. | {{ $n->nominee_so_do_wo }} |
CNIC | {{ $n->nominee_cnic }} |
Passport No. | {{ $n->nominee_passport_no }} |
{{ $n->nominee_email }} | |
Phone Number | {{ $n->nominee_phone_number }} |
Residential Number | {{ $n->nominee_res_number }} |
Mobile Number | {{ $n->nominee_mobile_number }} |
Relation With Applicant | {{ $n->nominee_relation }} |
Created at | Unit # | Remarks | Next Follow up Date |
---|---|---|---|
{{ date('d-m-Y h:i', strtotime($f->created_at)) }} | {{ $f->property->inventory->unit_number }} | {{ $f->remarks }} | {{ date('d-m-Y', strtotime($f->next_follow_up)) }} |
Unit # | Unit Size | Total Amount Paid | Transfer To | Status | Transfer Date | Detail |
---|---|---|---|---|---|---|
{{ $tr->property ? $tr->property->inventory->unit_number : '' }} | {{ $tr->property ? $tr->property->inventory->size->name : '' }} {{ env('SIZE') }} | {{ $tr->amount_paid }} | transfer->id) }}'> {{ $tr->transfer->name }} | Transfered | {{ date('d-m-Y', strtotime($tr->transfer_date)) }} | @permission('view-membership') @endpermission |
Unit # | Payment Head | Payment Mode | Amount | Status | Date | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $receipt->property ? $receipt->property->inventory->unit_number : 0 }} | @if ($receipt->payment_head == \App\Receipt::possession_fee)Possession Fee | @elseif($receipt->payment_head == \App\Receipt::down_payment)Down Payment | @elseif($receipt->payment_head == \App\Receipt::installment)Installment | @elseif($receipt->payment_head == \App\Receipt::other)Other | @elseif($receipt->payment_head == \App\Receipt::transfer_fee)Transfer Fee | @else@endif @if ($receipt->payment_mode == \App\Receipt::cash) | Cash | @elseif($receipt->payment_mode == \App\Receipt::bank)Bank transfer | @elseif($receipt->payment_mode == \App\Receipt::cheque)Cheque | @else@endif | {{ number_format($receipt->amount) }} PKR | @if ($receipt->property->status == \App\CustomerProperty::cancel)Canceled | @else @if ($receipt->is_approved == \App\Receipt::approve)Approved | @else @if ($receipt->cheaque_status == \App\Receipt::cancel)Cheaque Cancel | @elsePending | @endif @endif @endif{{ date('d-m-Y', strtotime($receipt->receipt_date)) }} |