@extends('adminlte::page') @section('title', 'チーム設定更新') @section('content_header')
@stop @section('content')
@csrf
@if ($team->masterSetting->logo_file_id) メインロゴ @endif
@if ($team->masterSetting->menu_logo_file_id) メニューロゴ @endif
@stop @section('css') @include('components.custom-css') @stop @section('js') @stop