@extends('layouts.app') @section('content')

Kelola Teknisi

Tambah Teknisi
@forelse ($technicians as $technician) @empty @endforelse
# Nama Nomor Telepon Tanggal Ditambahkan Aksi
{{ $loop->iteration }} {{ $technician->name }} {{ $technician->phone }} {{ $technician->created_at->format('d M Y') }} Edit
@csrf @method('DELETE')
Belum ada teknisi terdaftar.
@endsection