@if ($staff->is_day == 1)
@if (count($staff_time) > 0)
@foreach ($staff_time as $time)
@endforeach
@endif
@else
@if (count($global_time) > 0)
@foreach ($global_time as $time)
@endforeach
@endif
@endif
@if (!empty($maxPerson))
@if ($maxPerson > 1)
@endif
@endif