@php $selectedAiList = $selectedAiList ?: old('openaiItems', []); @endphp @extends('panel.layout.settings') @section('title', __('Trial Feature')) @section('settings')
@csrf @foreach ($openAiList->groupBy('filters') as $key => $items)
@foreach ($items as $keyItem => $item) @endforeach
@endforeach {{ __('Save') }} @endsection @push('script') @endpush