{!!__('Create')!!} {!! trans('chat::chat.name') !!}

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