@php use App\Models\{Property,PropertyPlot,PropertyOwner,Order,Transactions}; @endphp
{{Order::where('status',2)->orderBy('created_at','DESC')->count()}} Results Found
# | Reference ID | Project | Plot No | Amount | Created On | Completed On |
---|---|---|---|---|---|---|
{{++$index}} | {{$order->referenceid}} | {{Property::find($order->propertyid)->name}} | {{PropertyPlot::find($order->plotid)->plotnumber}} | TZS {{number_format($order->amount,0,'.',',')}} | {{$order->created_at}} | {{$order->updated_at}} |