@extends('layouts/contentLayoutMaster') @section('title', __('locale.buttons.update_pricing')) @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @csrf {{ __('locale.plans.recharge_volume') }} {{ __('locale.labels.per_unit_price') }} {{ __('locale.plans.number_of_units') }} {{ __('locale.labels.actions') }} @if($plan->getCreditPrices($country->id)->count() > 0) @foreach ($plan->getCreditPrices($country->id)->first()->options as $key => $item) {{ str_replace('{PRICE}', '', $plan->currency->format) }} {{ str_replace('{PRICE}', '', $plan->currency->format) }} {{ str_replace('{PRICE}', '', $plan->currency->format) }} @endforeach @endif {{ __('locale.buttons.save_changes') }} {{ __('locale.buttons.add_new') }} @endsection @section('vendor-script') @endsection @section('page-script') @endsection