@extends('mainlayout.layout') @php use App\Models\Order; use App\Models\Transactions; @endphp @section('title') {{env('APP_NAME')}} | {{$owner->name}} @endsection @php use App\Models\{Property,PropertyOwner,Customer,PropertyPlotPricing,LandUse,PropertyPlot}; $propertyids= Property::where('propertyownerid', $owner->id)->pluck('id') @endphp @push('css') @endpush @section('content')
Owner's Name
Mobile number
Address
Registered On
Bank
Account Name
Account Number
Owner Description
Projects
Plots
Sold Plots
Revenue
{{Property::where('propertyownerid',$owner->id)->count()}} Results Found
# | Name | Status Description | Created On | Action |
---|---|---|---|---|
{{++$index}} | {{$p->name}} | {{$p->status_description}} | {{$p->created_at}} | View More |
# | Reference | Transaction ID | Receipt | Project | Plot ID | Date | Source | Amount | Status |
---|---|---|---|---|---|---|---|---|---|
{{++$index}} | {{$transaction->reference}} | {{$transaction->transactionId}} | {{$transaction->receipt}} | {{Property::find($transaction->propertyid)->name}} | {{PropertyPlot::find($transaction->plotid)->plotnumber}} | {{$transaction->created_at}} | {{$transaction->sourceInstitution}} | TZS {{number_format($transaction->amount_paid, 0, '.', ',')}} | reference)->first()->status==2) style="color:#e67e22" @endif> {{Order::where('referenceid',$transaction->reference)->first()->status_description}} |
TOTAL | TZS {{number_format($total_amount,0,'.',',')}} |