@extends('layouts.dashboard_layout') @section('title', 'Gantts') @section('head') @endsection @section('content')
@include('partials.alerts', ['success' => 'success', 'error' => 'error', 'warning' => 'warning'])
# Nombre Descripción Proyecto Fecha creacion Acciones
@component('dashboard.gantt.crear') @slot('proyectos', $proyectos) @endcomponent @endsection @section('scripts') @endsection