@extends('layouts.technician') @section('title', 'Dashboard') @section('content')
Role: {{ ucfirst($technician->role ?? 'Technician') }} • Area: {{ $technician->area ?? 'Semua Area' }}
Tugas Hari Ini
{{ $todayTasks ?? 0 }}
Selesai
{{ $completedTasks ?? 0 }}
Pending
{{ $pendingTasks ?? 0 }}
Bulan Ini
{{ $monthTasks ?? 0 }}
{{ $task->customer->name ?? 'N/A' }}
{{ $task->customer->address ?? '' }}
{{ $task->scheduled_at ? $task->scheduled_at->format('H:i') : '-' }}
Tidak ada tugas hari ini
Klik untuk melihat peta ODP & pelanggan