RTL Version
To have RTL mode enabled you need to replace the reference of file app.min.css to app-rtl.min.css and bootstrap.min.css to bootstrap-rtl.min.css in the app/Views/partials/head-css.php file.
And Also Update html tag attribute like <html lang="en" dir="rtl"> in the app/Views/partials/main.php file.