@extends($activeTemplate . 'layouts.side_bar') @section('data')
@csrf
@php $pricing = $domainSetup->pricing; @endphp

{{ __($pageTitle) }} - ({{ @$cart->domain }})

@lang('Please review your domain name selections and any addons that are available for them')

({{ showAmount($pricing->one_year_price) }} {{ gs('cur_text') }})
({{ showAmount($pricing->one_year_id_protection) }} {{ gs('cur_text') }})
({{ showAmount($pricing->two_year_price) }} {{ gs('cur_text') }})
({{ showAmount($pricing->two_year_id_protection) }} {{ gs('cur_text') }})
({{ showAmount($pricing->three_year_price) }} {{ gs('cur_text') }})
({{ showAmount($pricing->three_year_id_protection) }} {{ gs('cur_text') }})
({{ showAmount($pricing->four_year_price) }} {{ gs('cur_text') }})
({{ showAmount($pricing->four_year_id_protection) }} {{ gs('cur_text') }})
({{ showAmount($pricing->five_year_price) }} {{ gs('cur_text') }})
({{ showAmount($pricing->five_year_id_protection) }} {{ gs('cur_text') }})
({{ showAmount($pricing->six_year_price) }} {{ gs('cur_text') }})
({{ showAmount($pricing->six_year_id_protection) }} {{ gs('cur_text') }})
@if(!$cart->product_id)
@lang('Nameservers')
@endif
@endsection @push('script') @endpush