@foreach($staffs as $staff)
@endforeach
{{$loop->iteration}}. {{$staff->name}}
{{$staff->username}}
{{$staff->role}}
{{$staff->status}}
@if($staff->working_since > 0) {{ gmdate('H:i:s', $staff->working_since) }} @endif@endforeach