@extends('mainlayout.layout') @section('title') {{env('APP_NAME')}} | {{$property->name}} @endsection @php use App\Models\{Property,PropertyOwner,Customer,PropertyPlotPricing,LandUse}; @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
Dependant
Dependant Phone No
Initial Amount To Be Paid
Initial Payment Expiry Date
Full Payment Expiry Date
Percentage To Completion
Reference No
Amount To Be Paid
Client Name:
Customer Phone No
Dependant
Dependant Phone No
# | 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,'.',',')}} |