@extends('layouts.app') @section('page-pretitle', __('Management')) @section('page-title', __('Flowchart Details')) @section('head') @endsection @section('content')
Project: {{ strtoupper($flowchart->project->description ?? '-') }}
Description: {{ $flowchart->description ?? '-' }}
@if (empty($content['nodes']) || empty($content['edges']))No flowchart data available.
@else @endif