{{ t($offerSku['name_key']) }}
@if ($offerSku['credits'] > 0) {{ t('api-pricing-credit-badge-label') }} {{ $offerSku['credits'] }} {{ t('api-services-credit-unit') }}/{{ t('api-pricing-per-request-unit') }} @endif
{{ $offerSku['method'] }}
{{ $offerSku['path'] }}
@if ($offerSku['credits'] > 0)
{{ str_replace(':credits', $offerSku['credits'], t('api-pricing-credit-note')) }}
@endif-
@foreach ($offerSku['offers'] as $offer)
@php
$offerLabel = str_replace(
':count',
number_format($offer['requests'], 0, ',', '.'),
t($offer['label_key']),
);
@endphp
-
{{ t($offer['badge_key']) }} {{ $offerLabel }}{{ number_format($offer['price'], 0, ',', '.') }} ₺ @if ($offer['is_monthly']) {{ t('api-pricing-monthly') }} @endif{{ t('api-pricing-endpoint-buy') }}
@endforeach