{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('team/team'))!!}

{{__('New')}} Team

{{__('Cancel')}}
@include('notifications') @include('team::team.entry', ['mode' => 'create']) {!! Form::close() !!}