{!! $chat['id'] !!}

{!! $chat['user_id'] !!}

{!! $chat['user_type'] !!}

{!! $chat['quote_id'] !!}

{!! $chat['status'] !!}

{!! $chat['details'] !!}

{!! $chat['created_at'] !!}

{!! $chat['updated_at'] !!}

{!! $chat['deleted_at'] !!}
{!! 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'))!!}