{{ array_key_exists($title, $page->toArray()) ? $page->$title : $page->title }}
@if ($price || $product_price)
{{ round($price) > 0 ? round($price) : round($product_price) }}
{{ __("messages.$currency") }}
@if ($product_price && round($price) > 0)
{{ __('messages.instead of me') }}
{{ round($product_price) }}
@endif
@endif
@if ($price || $product_price)
@endif