@extends('adminlte::page') @section('title', __('team-setting.team.title')) @section('content_header')
@stop @section('content')

{!! __('team-setting.common.input_required') !!}

{!! str_replace('{$team}', $user->team->name, __('team-setting.team.p')) !!}

@csrf
@if ($teams->count() > 0) @foreach($teams as $team) @endforeach @else @endif
{!! __('team-setting.team.table.code') !!} {!! __('team-setting.team.table.name') !!}
{{ $team->team->name }}
{!! __('team-setting.team.table.no_team') !!}
@stop @section('css') @include('components.custom-css') @stop @section('js') @stop