@php if($subCategory->slug=="jobs") $heading ='Salary'; elseif($subCategory->slug=="others") $heading = ($subSubCategory->getTopSecondRootParentCategory($subSubCategory)->slug=='sale') ? 'SET A PRICE': 'my budget or offer is'; else $heading = ($subSubCategory->getTopSecondRootParentCategory($subSubCategory)->slug=='sale') ? 'SET A PRICE': 'my budget is'; @endphp {{__("attribute.$heading")}} *
{{__("words.Enter a fixed price in Fiat currency or Cryptocurrency for a product or service. Fiat currency example: $100 for a product or service. The price is always 100 USD and never changes regardless of the cryptocurrency exchange rate. Cryptocurrency example: 1 BTC per product or service. The price is always 1 BTC and never changes regardless of the fiat currency exchange rate.")}}

currency_type) == \App\Models\Advertisment::CURRENCY_TYPE_FIAT ? 'checked=""' :'' }} --}} {{ (old('currency_type', $model->currency_type) == \App\Models\Advertisment::CURRENCY_TYPE_FIAT) ? 'checked' : '' }} data-url="get-fiat-currency" />

{{__("attribute.(USD, EURO, CHF, GBP, etc...)")}}

currency_type) ==\App\Models\Advertisment::CURRENCY_TYPE_CRYPTO ? 'checked=""' :'' }} data-url="get-crypto-currency"/>

{{__("words.(BTC, ETH, USDT, USDC, etc...)")}}

@if ($errors->has('currency_id')) {{ $errors->first('currency_id') }} @endif
@if($subCategory->slug!="jobs")
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@else
is_negotiable == 1 ? 'disabled="disabled"' : ''}}>
is_negotiable == 1 ? 'checked' : '' }} />
@if ($errors->has('salary')) {{ $errors->first('salary') }} @endif
@endif
{{__("words.+ Add")}}

{{__("words.(Add Cryptocurrency that You Want.)")}}