@extends('adminlte::page') @section('title', 'チーム編集') @section('content_header')
@stop @section('content')
@csrf
{{ $team->code }}
@if ($team->logo)
@endif
@if ($team->backgroundImage)
@endif
guest_download) == 1) checked @endif />
@foreach (\App\Models\Team::COLOR_SETTINGS as $color) @endforeach @foreach (\App\Models\Team::COLOR_SETTINGS as $color) @endforeach
{!! __("team.color.name." . $color) !!}
@stop @section('css') @include('components.custom-css') @stop @section('js') @stop