Is there a way I can fix one side conversation in LARAVEL chatbot?
Following is the code. where in user is welcomed. its ID is verified and name & class is fetched from db. After class selection selected class displayed on same side rather I want it to display on right.
Is there a way to make conversation from sender and receiver to opposite side?
I am designing chatbot with Botman laravel framework base and mysql db. Initial conversation appears in both sides but after few question it comes to both side. Images attached