@extends('layouts.main') @section('title') Team: Edit @endsection @section('content')
@csrf @method('PUT') @include('team.partials.form')
 Cancel
@endsection