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