@extends('adminlte::page') @section('title', '管理者アカウント一覧') @section('content_header')
@stop @section('content')
@if ($user->team_id == 1)
{{-- --}}
@endif
@if ($adminUsers->isNotEmpty()) @foreach ($adminUsers as $adminUser) @endforeach @else @endif
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 編集
登録されていません。
@stop @section('css') @stop