@extends('layouts.main') @section('page-title') {{__('Gantt Chart')}} @endsection @section('page-breadcrumb') {{ __('Project Details') }},{{ __("Gantt Chart") }} @endsection @section('page-action')
{{__('Quarter Day')}} {{__('Half Day')}} {{__('Day')}} {{__('Week')}} {{__('Month')}}
@endsection @section('content')
@if($project)
@else

404

{{ __('Page Not Found') }}
@endif
@endsection @if($project) @push('css') @endpush @push('scripts') @php $currantLang = basename(App::getLocale()); @endphp @endpush @endif