{!! Form::select('quote_id')
-> options(trans('chat::chat.options.quote_id'))
-> label(trans('chat::chat.label.quote_id'))
-> placeholder(trans('chat::chat.placeholder.quote_id'))!!}
{!! Form::select('status')
-> options(trans('chat::chat.options.status'))
-> label(trans('chat::chat.label.status'))
-> placeholder(trans('chat::chat.placeholder.status'))!!}
{!! Form::textarea ('details')
-> label(trans('chat::chat.label.details'))
-> placeholder(trans('chat::chat.placeholder.details'))!!}