To add custom script code to the application, such as analytics code or widget scripts, follow these steps.
To add code in the restaurant admin panel
1. Create a file at resources/views/sections/custom_script_admin.blade.php
2. Add your scripts in this file
To add code in the customer site
1. Create a file at resources/views/sections/custom_script_customer.blade.php
2. Add your scripts in this file
To add code to the landing site
1. Create a file at resources/views/sections/custom_script_landing.blade.php
2. Add your scripts in this file
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article