{{$advertismentObject->price_with_currency}}

({{__('detail.Fixed Price')}} )
@php $param = [ 'end_point' => 'convert', 'access_key' => env('COINLAYER_KEY'), 'input' => [ 'from' => $advertismentObject->getCurrency->symbol, 'to' => 'BTC', 'amount' => $advertismentObject->price ] ]; @endphp
{{ getConvertedAmount($param)}}