@extends('layouts.dashboard.superadminapp') @section('title', 'GanttChart Calendar') @section('content') @if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($errors->any())
@endif

UEPL / GanttChart Calendar

day, 00 month 0000

Gantt Chart Calendar View

{{ date('F j, Y') }}

Projects

@foreach ($routeCards as $routeCard) @foreach ($routeCard->processes as $process) @endforeach @endforeach
Process / Project
@endsection @section('scripts') @endsection