@extends('layouts/contentLayoutMaster') @section('title', __('locale.buttons.update_pricing')) @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
@csrf
@if($plan->getCreditPrices($country->id)->count() > 0) @foreach ($plan->getCreditPrices($country->id)->first()->options 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) }}

{{ __('locale.buttons.add_new') }}
@endsection @section('vendor-script') @endsection @section('page-script') @endsection