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