@extends('layouts.app') @section('content')

{{ __('task.gantt') }}

@if(empty($ganttData))

{{ __('task.gantt_no_tasks') }}

@else

{{ __('task.gantt_legend') }}

{{ __('task.status_pending') }} {{ __('task.status_in_progress') }} {{ __('task.status_review') }} {{ __('task.status_done') }} {{ __('task.status_cancelled') }}
@endif
@if(!empty($ganttData)) @push('styles') @endpush @push('scripts') @endpush @endif @endsection