{{--
@lang('app.personnel_on_duty')
@if ($show_all) @endif
@foreach ($gates as $gate)
@if (!$loop->last)
@endif
{{ $gate->name }}
0
@endforeach
--}} @if ($show_all)
@lang('app.show_all_data')
@endif