@extends('layouts.app') @section('title', 'Detail Teknisi') @section('breadcrumb')
{{ $technician->specialization }}
{{ $technician->status === 'aktif' ? 'Aktif' : 'Non-Aktif' }}| ID | {{ $technician->employee_id }} |
| {{ $technician->user->email }} | |
| Telepon | {{ $technician->user->phone ?? '-' }} |
| Bergabung | {{ $technician->created_at->format('d/m/Y') }} |
| No. Order | Pelanggan | Perangkat | Tgl Masuk | Status |
|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->customer->name }} | {{ $order->deviceType->name }} | {{ $order->received_date->format('d/m/Y') }} | {{ $order->status_label }} |
| Belum ada order | ||||