@extends('mainlayout.layout') @section('title') Miliki | {{$property->name}} @endsection @php use App\Models\{Property,PropertyOwner,Customer,PropertyPlotPricing,LandUse,PropertyPlot,VisitPayment}; @endphp @push('css') @endpush @section('content')
Project Name
Plot No:
Country
Region
District
Area
Full Price:
Installment Price
Status
Reference No
Amount To Be Paid
Order Type
Paid
Balance
Status
Customer Phone No
Initial Amount To Be Paid
Initial Payment Expiry Date
Full Payment Expiry Date
Created On
Next Of Kin
Next Of Kin Phone No
Next Of Kin Email
Next Of Kin RelationShip
Next Of Kin ID Type
Next Of Kin ID
Property For
Property Owner Phone
Property Owner Email
Property Owner RelationShip
Property Owner ID Type
Property Owner ID
Reference No
Amount To Be Paid
Client Name:
Customer Phone No
Dependant
Dependant Phone No
# | Id | First Name | Last Name | Receipt | Phone Number | Date | Location | Amount Paid | Status |
---|---|---|---|---|---|---|---|---|---|
{{++$index}} | {{$booking->id}} | {{$booking->firstname}} | {{$booking->lastname}} | @if(!empty(VisitPayment::where("booking_visit_id",$booking->id)->first()->receipt)) {{VisitPayment::where("booking_visit_id",$booking->id)->first()->receipt}} @endif | {{$booking->phone}} | {{$booking->booked_date_time}} | {{$booking->location}} | TZS {{ number_format($booking->amount,0,'.',',') }} | {{$booking->status}} |
TOTAL | TZS {{number_format($total_paid,0,'.',',')}} |
# | ReferenceId | Transaction ID | Receipt | Date | Source | Amount Paid | Status | |
---|---|---|---|---|---|---|---|---|
{{++$index}} | {{$transaction->reference}} | {{$transaction->transactionId}} | {{$transaction->receipt}} | {{$transaction->created_at}} | {{$transaction->sourceInstitution}} | TZS {{ number_format($transaction->amount_paid,0,'.',',') }} | {{$transaction->status_description}} | |
TOTAL | TZS {{number_format($total_paid,0,'.',',')}} |
{{count($statuses)}} Results found
# | Status | Notes | Document | Date |
---|---|---|---|---|
{{++$index}} | {{$p->status_description}} | {!! $p->notes !!} | @if(!empty($p->attachment)) Document @endif | {{$p->created_at}} |