Good Morning, User!

Total Applications

TOTAL PROJECTS

Allocations

Agents

Analytics

0

Applications

0

Projects

0

Allocations

Sales Overview
@foreach($sales as $sale) @endforeach
Number Creation Date Customer House Type Project Amount Status Action
{{$sale->order_id ?? ''}} {{ \Carbon\Carbon::parse($sale->date_order)->format('d-m-Y') ?? '' }} {{$sale->customer_name ?? ''}} {{$sale->house_type ?? ''}} {{$sale->project ?? ''}}

₦ {{number_format($sale->amount ?? 0)}}

Processing
@include('includes.footer')