RTL Version

RTL Setup

To make the default RTL version just follow the below steps.

Update the below css file links in the resources/views/layouts/head-css.blade.php file.
<link href="build/css/app.min.rtl.css" rel="stylesheet" type="text/css" />

and add the below attribute in the resources/views/layouts/master.blade.php file to html tag.
dir="rtl" so you final html tag will be <html dir="rtl">

© Nomzie.
Design & Develop by Themesbrand