{{ $pkg_type == 'multiple' ? __('messages.t_buy_packages') : __('messages.t_upgrade_ad') }}

@if (count($selectedItems) > 0 && $current == 'package-details')
@if($pkg_type != 'apply')
@if($pkg_type != 'single') {{ count($selectedItems) }} {{ count($selectedItems) === 1 ? __('messages.t_item') : __('messages.t_items') }} @endif {{ __('messages.t_total') }} {{ formatPriceWithCurrency($totalPrice) }}
@endif
@if($pkg_type == 'apply') {{ __('messages.t_apply_package') }} @else {{ __('messages.t_proceed_with_payment') }} @endif
@endif