@include('user.homeparty.show_total_order', ['homeparty' => $homeparty])
@if(!$homeparty->completed)
@if($homeparty->homeparty_host && $homeparty->homeparty_host->isAddress())
{{ __('payment.checkout_ssl_server') }}
@else
{{ __('homeparty.order_can_be_send_delivery_address_info') }}
@endif
@endif