@extends($activeTemplate . 'layouts.side_bar') @section('data')
@if ($product->stock_control && $product->stock_quantity <= 0)
@else @if ($product->domain_register && !@$cart)

@lang('Choose a Domain')...

@lang('WWW.')
@lang('WWW.') @lang('.')
@endif
@if (!@$isUpdate)
@else @endif @csrf

@lang('Product Configure')

@lang('Configure your desired options and continue to checkout')

@php $price = $product->price; @endphp
{{ __($product->name) }}
@php echo nl2br($product->description); @endphp
@php $configs = $product->getConfigs; @endphp @foreach ($configs as $config) @php $group = $config->activeGroup; $options = $group->activeOptions; @endphp @foreach ($options->sortBy('order') as $option) @php $subOptions = $option->activeSubOptions; @endphp @if (count($subOptions))
@endif @endforeach @endforeach @if ($product->product_type == 3)
@lang('Configure Server')
@endif
@lang('Order Summary')
{{ __($product->name) }} {{ $product->serviceCategory->name }}
{{ __($product->name) }} {{ gs('cur_sym') }}{{ pricing($product->payment_type, $price, $type = 'price') }} {{ __(gs('cur_text')) }}
@lang('Setup Fees'): {{ gs('cur_sym') }}{{ pricing($product->payment_type, $price, $type = 'setupFee') }} {{ __(gs('cur_text')) }}
{{ pricing($product->payment_type, $price, $type = 'price', $showText = true) }}: {{ gs('cur_sym') }}{{ pricing($product->payment_type, $price, $type = 'price') }} {{ __(gs('cur_text')) }}
@lang('Total')
{{ gs('cur_sym') }} {{ pricing($product->payment_type, $price, $type = 'price') + pricing($product->payment_type, $price, $type = 'setupFee') }} {{ __(gs('cur_text')) }}
@endif
@endsection @push('style') @endpush @push('script') @endpush