@extends('layouts.dashboard.superadminapp') @section('title', 'Gantt Chart Scheduler') @push('styles') @endpush @section('content')

Production Scheduler

Visual Gantt Chart Timeline View

{{ now()->format('F Y') }}
Today: {{ now()->format('d M, Y') }}
{{ date('F j, Y') }}
Active Project Filters
@foreach ($routeCards as $routeCard) @foreach ($routeCard->processes as $process) @endforeach @endforeach @if($routeCards->isEmpty()) No active projects to filter. @endif
PROJECT / PROCESS
@endsection @section('scripts') @endsection