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