@if(isset($user))
@if((is_null($user->is_unsubscribe))||($user->is_unsubscribe == 0))
Do you want to unsubscribe this email?
Please Click Here to unsubscribe from promotional emails.
Note:If you unsubscribe, we will not send any updates and activity on HireMee.
|
@elseif($user->is_unsubscribe == 1)
Do you want to subscribe this email?
Please Click Here to subscribe for promotional emails.
|
@endif
@endif
|