@extends('adminlte::page') @section('title', 'チーム一覧') @section('content_header')
@stop @section('content')
@if ($user->team_id == \App\Models\AdminUser::TEAM_ID_ALL) @if ($defaultTeam->masterSetting) デフォルト設定 @else デフォルト設定 @endif @endif
@if ($teams->count() > 0) @foreach ($teams as $team) @endforeach @else @endif
コード 名称 かな 種目 編集 管理
{{ $team->code }} {{ $team->name }} {{ $team->name_hiragana }} {{ $team->competitionEvent->name }} 編集 @if ($team->masterSetting) デフォルト設定 @else デフォルト設定 @endif メンバー管理 管理者管理
登録されていません。
@stop @section('css') @include('components.custom-css') @stop