@extends('layouts.app') @section('content')
# | Nama | Nomor Telepon | Tanggal Ditambahkan | Aksi |
---|---|---|---|---|
{{ $loop->iteration }} | {{ $technician->name }} | {{ $technician->phone }} | {{ $technician->created_at->format('d M Y') }} | Edit |
Belum ada teknisi terdaftar. |