@prepend('dhtmlxgantt') @endprepend

{{ __('Global Gantt') }}

{{-- Project Selection Combobox with Search --}}
{{-- Selected Projects Pills (full width) --}}
{{-- Search Input --}}
{{-- Dropdown Results --}}
{{-- No Results Message --}}
{{ __('No projects found matching') }} ""
{{-- Empty State --}}

{{ __('No projects selected') }}

{{ __('Select one or more projects from the dropdown above to view their tasks on the timeline.') }}

{{-- Loading State --}}

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

{{-- External Changes Notification Overlay --}}
{{ __('External changes detected') }}
{{-- Gantt Chart Container and Controls --}}
{{-- Left side: Zoom controls and Column settings --}}
{{-- Column Settings Dropdown --}}
@if(!$isClientView) {{-- Right side: Date toggle and Save/Discard controls (not shown to clients) --}}
{{-- Date Field Toggle Buttons --}}
{{ __('Date Field:') }}
{{-- Auto-Scheduling Indicator (read-only display of tenant setting) --}}
{{ __('Auto-schedule: On') }} {{ __('Auto-schedule: Off') }}
{{-- Unsaved changes indicator --}}
{{-- Save Button --}} {{-- Discard Button --}}
@endif
{{-- Toast Notification Container --}}
@vite('resources/js/gantt/global-gantt.js')