{!!Form::vertical_open()
->id('groupchat-groupchat-create')
->method('POST')
->files('true')
->action(guard_url('groupchat/groupchat'))!!}
{{ trans('app.new') }} [{!! trans('groupchat::groupchat.name') !!}]
@include('groupchat::admin.groupchat.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}