@props([ 'label' => null, 'size' => '', 'id' => null, 'name' => null, 'value' => null, 'integer' => false, 'min' => null, 'max' => null, 'disabled' => false, 'required' => false, ]) @if ($label) @endif
@if (config('settings.currency.position') == \App\Models\Setting::CURRENCY_BEFORE_PRICE) {{ config('settings.currency.code') }} @endif @if (config('settings.currency.position') == \App\Models\Setting::CURRENCY_AFTER_PRICE) {{ config('settings.currency.code') }} @endif