@extends('layouts.admin') @section('page-title') {{__('Gantt Chart')}} @endsection @section('breadcrumb') @endsection @section('content')
{{ Form::open(['route' => ['projects.freeze_status'], 'method' => 'POST', 'id' => 'gantt_chart_submit']) }} {{ Form::hidden('project_id',$project->id, ['class' => 'form-control']) }} Freeze {!! Form::close() !!}
@if($project)
@else

404

{{ __('Page Not Found') }}
@if($project)
@else

404

{{ __('Page Not Found') }}
@endif
@endif
@endsection @push('script-page') @endpush