@php $source = \App\Models\Flows\Variables::availableVariables(); $variables = []; foreach ($source as $i){ $variables[$i] = $i; } @endphp