@php
$str = $urlSlug;
$pattern = '/DGBDDEX/i';
$thousandfix = '/1000fix/i';
$isDaraz = true;
$thousandFixFlag = true;
if (!preg_match($pattern, $str)) {
$isDaraz = false;
}
if (!preg_match($thousandfix, $str)) {
$thousandFixFlag = false;
}
@endphp
@if ($isDaraz)
{{--
--}}
@elseif($thousandFixFlag)
@else
@endif
@if (!is_null($location))
{{ $location }}
@endif
@php
echo DNS2D::getBarcodeHTML($urlSlug, 'QRCODE');
@endphp
{{ $urlSlug }}
@if (!empty($otp))
Your OTP : {{ base64_decode($otp) }}
@endif