{!! Form::numeric('lead_id') -> label(trans('chat::chat.label.lead_id')) -> placeholder(trans('chat::chat.placeholder.lead_id'))!!}
{!! Form::inline_radios('channel') -> radios(trans('chat::chat.options.channel')) -> label(trans('chat::chat.label.channel'))!!}
{!! Form::inline_radios('type') -> radios(trans('chat::chat.options.type')) -> label(trans('chat::chat.label.type'))!!}
{!! Form::text('message') -> label(trans('chat::chat.label.message')) -> placeholder(trans('chat::chat.placeholder.message'))!!}
{!! Form::text('file_url') -> label(trans('chat::chat.label.file_url')) -> placeholder(trans('chat::chat.placeholder.file_url'))!!}