{!! $chat['id'] !!}
{!! $chat['sender_id'] !!}
{!! $chat['receiver_id'] !!}
{!! $chat['product_id'] !!}
{!! $chat['user_id'] !!}
{!! $chat['user_type'] !!}
{!! $chat['created_at'] !!}
{!! $chat['updated_at'] !!}
{!! $chat['deleted_at'] !!}
{!! $chat['slug'] !!}
{!! 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'))!!}