RTL Version
Laravel
To have dark 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-css.blade.php
and in the resources/views/layouts/master.blade.php
file update the html tag like <html lang="{{ str_replace('_', '-', app()->getLocale()) }}" dir="rtl">