@if(!empty($siteSettings['top_header_offer'])) @if(isset($topHeaderOfferDetails)) @php $discountValue = (int) ($topHeaderOfferDetails['value'] ?? 0); $discountType = $topHeaderOfferDetails['type'] ?? 'Percentage'; $discount = $discountValue . ($discountType == 'Percentage' ? '%' : ''); @endphp Unlock {{ $discount }} Savings! Use code: @else Limited Time Offer! Use Coupon: @endif {{ $siteSettings['top_header_offer'] }}  at checkout. @else 50 GB plan with free matching domain @endif
@foreach($headerMenus as $menu) @if($menu->children->count() > 0)
@foreach($menu->children as $child) {{ $child->title }} @endforeach
@else {{ $menu->title }} @endif @endforeach
@if($whmcsClient)
@else Login @endif