@php /** * @var \App\Models\Team $team */ @endphp @extends('backend.template.layout') @section('title', $team->name) @section('content_container', 'kt-container kt-container--fluid kt-grid__item kt-grid__item--fluid') @section('content')

{{ $team->name }}

@lang('Arrière')
@method('PUT')
{{-- Allowed file types: png, jpg, jpeg.--}}
@endsection @section('script') @endsection