@if($aiTemplates->isEmpty())
No AI templates are currently available.
@else
This will be applied if you choose to re-generate.
@endif
{{-- AI Style Presets Selection --}}
@if($aiStylePresets->isEmpty())
No AI style presets are currently available.
@else
@php
$groupedStylePresets = $aiStylePresets->groupBy('type');
$currentPresetIds = old('ai_style_preset_ids', $website->aiStylePresets->pluck('id')->toArray());
@endphp
@foreach($groupedStylePresets as $type => $presets)
@endforeach
Changes will be applied if you choose to re-generate.
@endif
{{-- AI Model Selection --}}
{{-- Actions --}}