@extends('layouts.sales.sales') @section('title', 'Sale Dashboard') @section('page', 'Dashboard') @section('content')

Monthly Sales Performance

Designs In Progress

78

chart
12%
Awaiting Client Approval

{{$pendingApprovalCount}}

chart
12%
Closed Deals This Month

34

chart
12%

Qatar Sales Performance

Sales Chart
New Leads
@foreach ($quotations as $i => $q) @endforeach
Quote ID Client Name Project Location Project Type Quote Date Estimate Cost
{{ $i + 1 }} {{ $q->name }} {{ $q->location ?? '—' }} {{ $q->projectType->name ?? 'N/A' }} {{ $q->created_at ? $q->created_at->format('d/m/Y') : '—' }} {{ $q->estimate_cost}}
Rows per page: 10 1–10 of 30
@endsection