@csrf
@if($plan->getCreditPrices()->count() > 0) @foreach ($plan->getCreditPrices()->orderBy('unit_from')->get() as $key => $item) @endforeach @endif
{{ __('locale.plans.recharge_volume') }} {{ __('locale.labels.per_unit_price') }} {{ __('locale.plans.number_of_units') }} {{ __('locale.labels.actions') }}
{{ str_replace('{PRICE}', '', $plan->currency->format) }}
{{ str_replace('{PRICE}', '', $plan->currency->format) }}
{{ str_replace('{PRICE}', '', $plan->currency->format) }}
{{ $item->calculateUnits() }}

{{ __('locale.buttons.add_new') }}