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

@yield('title')

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