Mamoun Abu Salah
Live chat Component and functionality
note : 3 table structure :
customer_supports and this strucure table :
id
,
user_id
,
admin_id
,
is_user
,
message
,
read
,
created_at
,
updated_at
,
file_name
,
customer_support_chat_id
customer_support_chats:
id
,
user_id
,
admin_id
,
response_at
,
end_at
,
created_at
,
updated_at
customer_support_attachments
id
,
customer_support_id
,
file_name
,
file_path
,
deleted_at
,
created_at
,
updated_at
5 replies