@extends('mainlayout.layout') @php use App\Models\{Property,PropertyOwner,Customer,PropertyPlotPricing,LandUse,User,PropertyPlot}; @endphp @section('title') {{env('APP_NAME')}} | {{$title}} @endsection @push('css') @endpush @section('content')
{{count($orders)}} Results found
# | Reference ID | Customer | Amount | Plot Number | Order Type | Completion Percentage | Status | Created At | Updated At | Action |
---|---|---|---|---|---|---|---|---|---|---|
{{++$index}} | {{$order->referenceid}} | {{User::find($order->userid)->first_name}} | {{number_format($order->amount,0,'.',',')}} | {{PropertyPlot::find($order->plotid)->plotnumber}} | {{$order->order_type}} | {{calculate_percentage_completion($order)}} % | {{$order->status_description}} | {{$order->created_at}} | {{$order->updated_at}} | View More |