@if($data['subdomain_name'])
@endif
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('sub_domain_key'))
{{ $errors->first('sub_domain_key') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if ($data['package']->payment_type == \Modules\MainApp\Enums\PackagePaymentType::PREPAID || @$data['previousDue'] > 0)
{{ ___('common.Payment Method') }}
{{ ___('common.You will be redirected to the PayPal website after submitting your order') }}
@endif
@php
$button = session()->has('subdomainForPackageUpgrade') ? ___('ui_element.upgrade') : ___('ui_element.confirm');
@endphp
@if ($data['package']->payment_type == \Modules\MainApp\Enums\PackagePaymentType::PREPAID || @$data['previousDue'] > 0)
@else
@endif