@extends('layouts.dashboard_layout') @section('title', 'Gantt - Editar') @section('content')
{{-- Modals --}} @component('dashboard.gantt.componerntes-editar.actividades.crear') @slot('gantt', $gantt) @endcomponent @component('dashboard.gantt.componerntes-editar.actividades.modals') @endcomponent @endsection @section('scripts') @endsection