@extends('adminlte::page') @section('title', 'チーム 新規追加') @section('content_header')
@stop @section('content')
@if ($user->team_id == \App\Models\AdminUser::TEAM_ID_ALL)
@csrf
@foreach (\App\Models\Team::COLOR_SETTINGS as $color) @endforeach @foreach (\App\Models\Team::COLOR_SETTINGS as $color) @endforeach
{!! __("team.color.name." . $color) !!}
@else

表示権限がありません

@endif
@stop @section('css') @stop @section('js') @stop