@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 visits data available.') }}

{{ __('No breaks data available.') }}

{{ __('No orders data available.') }}

{{ __('No tasks data available.') }}

{{ __('Loading...') }}

{{ __('Loading map data...') }}

{{ __('Please select an employee to load the map.') }}

@endsection @section('page-script') {{-- Page Data Configuration --}} {{-- Load Timeline View JavaScript BEFORE Google Maps --}} @vite(['resources/assets/js/dashboard/timeline-view.js']) {{-- Google Maps API --}} @if($settings && $settings->map_api_key) @else @endif @endsection