⬅ Back
Custom Button
CSS
@if($buttonId == 1)
@else
@endif
Show CSS
Result:
@if($custom_css === "" or $custom_css === "NULL" and $buttonId == 1)
@elseif($custom_css === "" or $custom_css === "NULL" and $buttonId == 2)
@elseif($custom_css != "" and $buttonId == 2)
@else
@endif
@if($buttonId == 1)
@endif