@if($users[$i]->status_id == 3) @else @endif @if($users[$i]->status_id == 3) @else @endif @if($users[$i]->status_id == 3) @else @endif @if($users[$i]->status_id == 3) @else @endif @if($users[$i]->status_id == 3) @else @endif @if($users[$i]->status_id == 3) @else @endif @if($users[$i]->status_id == 3) @else @endif
# {{ $users[$i]->id }}
{{ __('user.data.name') }}: {{ $users[$i]->name }}
{{ __('user.data.email') }}: {{ $users[$i]->email }}
{{ __('user.data.role') }}: @foreach ($roles as $role) @if ($role->id == $users[$i]->role_id) {{ $role->name }} @endif @endforeach
{{ __('user.data.department') }}: @foreach ($work_departments as $work_department) @if ($work_department->id == $users[$i]->work_department_id) {{ $work_department->name }} @endif @endforeach
{{ __('user.data.status') }}: @foreach ($statuses as $status) @if ($status->id == $users[$i]->status_id) {{ $status->name }} @endif @endforeach
{{ __('user.data.functions') }}: