@extends('layouts.admin') @section('page-title') {{__('Gantt Chart')}} @endsection @section('breadcrumb') @endsection @section('action-btn')
{{__('Quarter Day')}} {{__('Half Day')}} {{__('Day')}} {{__('Week')}} {{__('Month')}}
@can('manage project') @endcan
@endsection @section('content')
@if($project)
@else

404

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