@extends('adminlte::page')
@section('title', 'チーム設定追加')
@section('content_header')
@stop
@section('content')
@if ($user->team_id == \App\Models\AdminUser::TEAM_ID_ALL)
@else
表示権限がありません
@endif
@stop
@section('css')
@include('components.custom-css')
@stop
@section('js')
@stop