Publish
{!! Form::label('visibility','Product Visibility:') !!} {!! Form::select('visibility' , ['Public' => 'Public', 'Unlisted' => 'Unlisted', 'Private' => 'Private'],$product->visibility , ['class' => 'form-control']) !!}
{!! Form::label('published_date','Publish Date:') !!}

@if($product->id > 0) Preview @endif

@if(!empty($integration))
Third Party Function
@if($directScale) @endif
@endif