@extends('layouts.admin') @section('content')
Monitor all jobs, view live amounts, and manually assign technicians.
Completed Value (Today)
+15% from yesterday
Ongoing Jobs Value
From 18 active jobs
Unassigned Potential
Needs to be dispatched instantly
| Job ID & Details | Customer Info | Status & Tech | Action |
|---|---|---|---|
|
#IFX-{{ $job->id }} {{ $job->service_type }} • ₹{{ number_format($job->price) }} |
{{ $job->customer_name }} {{ $job->address }} |
@if($job->status == 'pending')
Unassigned
@elseif($job->status == 'ongoing')
Ongoing
{{ $job->technician_id ? 'Assigned Tech' : 'Tech Assigned' }} @else Completed @endif |
@if($job->status == 'pending') @else @endif |
| No jobs available right now. | |||
No jobs found for this filter.
Select an available technician nearby:
No active technicians available. Please approve IDs first.
@endforelse