@php $prompt_filters = [ 'all' => __('All'), 'favorite' => __('Favorite'), ]; @endphp
{{ __('AI Text Actions') }}
{{ __('AI Image Actions') }}
@foreach ($tools as $tool) @php $action = $tool['action']; $tool_has_options = $action === 'cleanup' || $action === 'merge_face' || $action === 'reimagine' || $action === 'style_transfer' || $action === 'image_relight' || $action === 'uncrop'; @endphp @if ($tool_has_options)