@php $title = 'Timeline'; @endphp @extends('layouts/layoutMaster') @section('title', $title) @section('vendor-style') @vite(['resources/assets/vendor/libs/select2/select2.scss']) @endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/select2/select2.js']) @endsection @section('content')

Please select an employee and date to view their daily activity.

Employee Details

No timeline data available.

No activitys data available.

No breaks data available.

No orders data available.

Please select an employee to load the map.

@endsection @section('page-script') @vite(['resources/assets/js/timeline-polyline.js']) @endsection