@extends('layouts.app') @section('title') Edit Team @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @method('PUT') @include('team.partials.form')
@endsection