@extends('layouts.app') @section('page-pretitle', __('Management')) @section('page-title', __('Add Flowchart')) @section('content') @include('partials.flash-messages')

{{ __('Create New Flowchart') }}

@csrf
Step 1: Project Information
{{-- --}} @foreach($projects as $project) @endforeach
{{--
--}}
Step 2: Add Nodes
1
Step 3: Connect Nodes (Edges)
@push('styles') @endpush @push('scripts') @endpush @endsection