@if($requestFrom != null)
@if($requestFrom === 'order_module')
@if($publicationStatus)
@else
@endif
@endif
@else
{!! Form::checkbox('switch_to_publish_product', 'true', $publicationStatus ?? false, [
'class' => 'form-check-input h-30px w-50px switch_to_publish_product cursor-pointer',
'data-id' => $id,
'data-url' => $url,
]) !!}
@endif