@if (in_array($service['id'], $selectedContracts->pluck('id')->toArray()))
@can('viewServices', $this->applicationId)
@endcan
@else
@endif
{!! $service['symbol'] !!}
{!! $service['price'] !!}
@if ($service['base_price'])
@php
$convertPrice = Auth::user()->params
? json_decode(Auth::user()->params, true)['convert_price'] ?? false
: false;
@endphp
@if ($convertPrice)
{!! $service['convert_symbol'] !!}
{!! $service['base_price_convert'] !!}
@else
{!! $service['symbol'] !!}
{!! $service['base_price']['price'] !!}
@endif
@endif
@if (in_array($service['id'], $selectedContracts->pluck('id')->toArray()))
@if (!empty($service['parameters']->toArray()))
@endif
@endif