@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 Use
code:
@else
Limited Time Offer! Use Coupon:
@endif
{{ $siteSettings['top_header_offer'] }}
at checkout.
@else
50 GB plan with free matching domain
@endif