@extends('layouts.dashboard_layout')
@section('title', 'Gantt')
@section('head')
@endsection
@section('content')
@include('partials.alerts', ['success' => 'success', 'error' => 'error', 'warning' => 'warning'])
@endsection
@section('scripts')
@endsection