{!! Form::numeric('chatable_id')
-> label(trans('chat::chat.label.chatable_id'))
-> placeholder(trans('chat::chat.placeholder.chatable_id'))!!}
{!! Form::text('chatable_type')
-> label(trans('chat::chat.label.chatable_type'))
-> placeholder(trans('chat::chat.placeholder.chatable_type'))!!}
{!! Form::textarea ('details')
-> label(trans('chat::chat.label.details'))
-> placeholder(trans('chat::chat.placeholder.details'))!!}