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">