{!! Form::numeric('sender_id')
-> label(trans('chat::chat.label.sender_id'))
-> placeholder(trans('chat::chat.placeholder.sender_id'))!!}
{!! Form::numeric('receiver_id')
-> label(trans('chat::chat.label.receiver_id'))
-> placeholder(trans('chat::chat.placeholder.receiver_id'))!!}
{!! Form::numeric('product_id')
-> label(trans('chat::chat.label.product_id'))
-> placeholder(trans('chat::chat.placeholder.product_id'))!!}