@extends('layouts.app') @section('content') @include('layouts.breadcrumb', ['items' => [ trans('app.workflows.title') => '#', ]])

@if ($workflow ?? null)
@elseif ($request ?? null) @endif @csrf
{!! $html_elements ?? '' !!} {!! $html_buttons ?? '' !!}

@endsection