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

@yield('title')

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