RTL Version

To have RTL mode enabled, replace the reference of app.min.css to app.rtl.css and bootstrap.min.css to bootstrap.rtl.css in the resources/views/layouts/head.blade.php file, then update the html tag like <html lang="en" dir="rtl"> in the resources/views/layouts/master.blade.php and make sure to update the resources/js/app.js has initSettings() function which you need to comment out. Because it will set to default the light LTR version.

Note: After CSS, JS changes you need to compile all assets using this command: npm run dev OR npm run production

© Themesbrand.
Crafted with by Themesbrand