@extends('layouts.app') @section('title', __('Tech ')) @push('css') @include('panel.inc.datatable.css') @endpush @section('content')
| Tech | Assigned Commands | Completed Commands | OnTime Commands | Delayed Commands |
|---|---|---|---|---|
| {{ $tech->name }} | {{ $tech->assigned_commands }} | {{ $tech->completed_commands }} | {{ $tech->ontime_commands }} | {{ $tech->delayed_commands }} |