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

{{__('New')}} User

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