{{-- Project Selector --}} @if(!$selectedProject)

Select Project

Choose a project to view its timeline

{{-- Search Bar --}}
@if($searchProject) @endif
@if($projects->isEmpty())

No Projects Available

You don't have access to any projects yet.

@elseif($this->filteredProjects->isEmpty())

No Projects Found

Try adjusting your search terms

@else
@foreach($this->filteredProjects as $project) @endforeach
@endif
@else {{-- Project Switcher --}}
{{-- Dropdown Menu --}}
@endif @if($selectedProject)

Ticket Timeline

Read Only View
@if (count($this->ganttData['data']) > 0)
@else

No tickets with due dates

Add due dates to tickets to see the timeline

@endif
@endif
@push('styles') @endpush @push('scripts') @endpush