@switch($kind)
@case(SC_PRODUCT_GROUP)
{!! trans('product.price_group_chose') !!}
@break
@default
@if ($price == $priceFinal)
{!! sc_currency_render($price) !!}
@else
{!! sc_currency_render($priceFinal) !!}
{!! sc_currency_render($price) !!}
@endif
{{-- @if (sc_config('product_display_price_include_tax'))--}}
{{-- ({!! trans('front.price_include_tax') !!})--}}
{{-- @else--}}
{{-- ({!! trans('front.price_without_tax') !!})--}}
{{-- @endif--}}
@endswitch