@if($tourDetails==1)
{!! Form::label('all_users', 'All Users',array('class'=>'form-label','for'=>'all_users'),false) !!}
@endif
@php($labelPrefix = ($tourDetails == 1)?'All Guests':'Guests on this Cruise')
{!! Form::label('guests_only', $labelPrefix,array('class'=>'form-label','for'=>'guests'),false) !!}
@php($labelPrefix = ($tourDetails == 1)?'All Staff':'Staff on this Cruise')
{!! Form::label('staff_only', $labelPrefix ,array('class'=>'form-label','for'=>'staff_only'),false) !!}
@if(!$tourDetails)
{!! Form::label('gl_only', 'GL on this Cruise' ,array('class'=>'form-label','for'=>'gl_only'),false) !!}
@endif
@php($guest_none = ($tourDetails == 1)?'':'d-none')
{{--
{!! Form::label('group_leader_only', 'All Group Leaders',array('class'=>'form-label','for'=>'group_leader_only'),false) !!}
--}}