@php $canStore = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canStore) ? '' : 'hidden'; $canView = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canView) ? '' : 'hidden'; $canUpdate = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate) ? '' : 'hidden'; @endphp {{-- header --}} @php($breadcrumbs = ['社員一覧'=>null])
{{-- 検索条件 --}}
@csrf {{-- |基本条件 --}}
{{-- |アクション --}}
{{-- データリスト --}}
@if($params->is_active != '') @endif @if($params->is_active != '') @endif @foreach($users as $row) @if($params->is_active != '') @endif @endforeach
No
{{ $users->firstItem() + $loop->index }}{{$row->user_name}} {{$row->position_name}} {{obj_attr($row->department, 'department_name')}} {{obj_attr($row->warehouse, 'warehouse_name')}} {{$row->email}} {{$row->mobile_phone_number}} {{obj_attr($row->role, 'role_name')}} @if($row->is_account_locked == 9) 🔒 ロック中 @else ✅ 正常 @endif {{$row->updated_at}}
@isset($params->perpage) @endisset
{{-- script --}}