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

@yield('title')

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