@php $filters = ['All', \App\Enums\AITokenType::WORD->value, \App\Enums\AITokenType::IMAGE->value]; @endphp @extends('panel.layout.settings') @section('title', __('API Cost Management')) @section('titlebar_actions', '') @section('settings')
@csrf

{{ __('Editing: Active API Integrations') }}

@php $index = 0; @endphp @foreach ($groupedAiModels as $category => $groupedAiModel) @php $formattedCategory = ucwords(str_replace('_', ' ', $category)); $index++; @endphp @foreach ($groupedAiModel as $aiModel) @foreach ($aiModel->tokens as $aiToken) @endforeach @endforeach @endforeach @if ($app_is_demo) {{ __('Save') }} @else {{ __('Save') }} @endif
@endsection