{{-- This js check is for OTP email --}}
@if (Auth::user()->sendotpemail == 'Yes')
@else
@endif
{{-- This js check is for Promotional emails --}}
{{-- @if (Auth::user()->sendpromoemail == 'Yes')
@else
@endif --}}
{{-- This js check is for ROI emails --}}
@if (Auth::user()->sendroiemail == 'Yes')
@else
@endif
{{-- This js check is for Investmeplan expiration emails --}}
@if (Auth::user()->sendinvplanemail == 'Yes')
@else
@endif