@extends('layouts.master') @section('styles') @endsection @section('content')
| Date | Employee ID | Employee Name | Reporting To | Distribution | Region | First Visit | Last Visit | Market Hours | Avg. Time Per Shop |
|---|---|---|---|---|---|---|---|---|---|
| {{$item->date}} | {{$item->employee_id}} | {{$item->employee}} | {{$item->reporting_to}} | {{$item->distributor_name}} | {{$item->region_name}} | {{$item->first_visit}} | {{$item->last_visit}} | {{$item->market_hours}} | {{$item->avg_time_per_shop}} |