@extends('adminlte::page') @section('title', '管理者アカウント一覧') @section('content_header')
@stop @section('content')| ID | チーム | 氏名 | メールアドレス | パスワード変更 | その他設定 | |
|---|---|---|---|---|---|---|
| {{ $adminUser->id }} | {{ $adminUser->team->name }} | {{ $adminUser->name }} | {{ $adminUser->email }} | @if ($user->team_id == \App\Models\AdminUser::TEAM_ID_ALL || $adminUser->id == $user->id) パスワード変更 @endif | 編集 | |
| 登録されていません。 | ||||||