@extends('layouts.main') @section('content')

Create New Team

@if ($errors->any())
Whoops! There were some problems with your input.

@endif
@csrf
Name:
Assign Users:
@endsection