@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')
@endsection