@php $title = __('Live Location'); @endphp @extends('layouts/layoutMaster') @section('title', $title) @section('vendor-style') @vite(['resources/assets/vendor/libs/sweetalert2/sweetalert2.scss']) @endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/sweetalert2/sweetalert2.js']) @endsection @section('page-style') @endsection @section('content') {{-- Breadcrumb --}}
{{-- Employee List Column (4-col) --}}
{{ __('Employee List') }}
{{-- Loading skeleton --}}
{{-- Empty state (hidden by default) --}}
{{ __('No Location Data') }}

{{ __('No employees have shared their location yet.') }}

{{-- Employee cards will be populated here --}}
{{-- Map Column (8-col) --}}
{{-- Online and Offline Stats with Filters --}}
{{-- Refresh and Auto-refresh Toggle --}}
{{-- Map loading overlay --}}
{{ __('Loading...') }}

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

@endsection @section('page-script') {{-- Page Data Configuration --}} {{-- Application JavaScript --}} @vite(['resources/assets/js/app/dashboard-live-location.js']) {{-- Google Maps API --}} @if($settings && $settings->map_api_key) @else @endif @endsection