@extends('layouts.app') @section('title', 'Workflow Management') @section('content')
| # | Name | Description | Model Type | Steps | Status | Created | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $workflow->name }} | {{ Str::limit($workflow->description, 50) }} | {{ class_basename($workflow->model_type) }} | {{ $workflow->steps_count }} | {{ $workflow->is_active ? 'Active' : 'Inactive' }} | {{ $workflow->created_at->format('Y-m-d') }} | |
|
No workflows found Create First Workflow |
|||||||