@extends( 'layouts.app' ) @section('title') Customer Detail @stop @section('css') @stop @section('breadcrumb')
@stop @section('content')| Code | {{$acronym}}00{{$customer->id}} | |||
| S/O, |
@elseif($customer->father_type == 2)
S/O, D/O, W/O. | @endif{{$customer->father_name}} | ||
| CNIC | {{str_replace('_' , '' , $customer->cnic)}} | |||
| 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}} |
| 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 # | Payment Head | Payment Mode | Amount | 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 | @endif{{number_format($receipt->amount)}} PKR | {{date('d-m-Y', strtotime($receipt->receipt_date)) }} |