@extends('layouts.app') @section('content')
Create a new team
{!! csrf_field() !!}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endsection