@extends('layouts.master') @section('title', 'Settings - Teknikal') @section('actions') @endsection @section('content')
@foreach($technicians as $t) @endforeach
Nama Teknikal
{{ $t->name }}
@csrf @method('DELETE')
{{ $technicians->links() }}
@endsection @push('scripts') @endpush