RTL Version
RTL Mode Setting
To have RTL mode enabled, replace the reference of
app.min.css to app.min.rtl.css and
bootstrap.min.css to bootstrap.min.rtl.css
in the
resources/views/layouts/head.blade.php and
update add attribute dir="rtl" to the html tag in the
resources/views/layouts/master-layouts.blade.php file as below
example.