Dashlead - Laravel Bootstrap5 Admin & Dashboard Template

Note:-

Please refer Faq's page in documentation itself for queries and customization like Colors, RTL, Dark style..etc.

Dashboard
Welcome to Dashlead - Laravel Bootstrap5 Admin & Dashboard Template
  • Update Date: 02/August/2023
  • Author: Spruko
  • Company: Spruko Technologies Private Limited

Thank you for purchasing our project and being our valued customer. We hope you are happy with your purchase. Feel free to contact us at any time. We have a dedicated team to provide you with the best support. If you have any issues, please contact the Support Help Desk at https://support.spruko.com/.

If You Love Our Template Design Please don't forgot to rate it. Thank you so much!

Introduction
Welcome to Dashlead - Laravel Bootstrap5 Admin & Dashboard Template

Dashlead - Laravel Admin Template, With these template formats, it's very easy to create a presence and grab someone's attention around the web page Because the template is built using HTML 5, CSS3, Bootstrap 5 framework and with Sass. So please before you start working with the template take a quick look on the documentation so that you can easily built your website.

If You Love Our Template Design Please don't forgot to rate it. Thank you so much! 😊

Template Description

Dashlead– Laravel is a Bootstrap Admin & Dashboard template using modern and minimal design. It is fully flexible user-friendly and responsive. Dashlead Laravel Admin Template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 100+ blade.php Pages & 60+ Plugins more UI elements . No Need to do hard work for this template customization. We already designed it and you can easily design your website just how you like it. Advanced Form-Elements like Date pickers, form elements are included. This template using Bootstrap5 framework. This template is fully 100% Premium Admin Template quality. This template designed for using HTML5, CSS3, Jquery. After Purchased this template you will get All PHP Files, CSS, SCSS and JS Files.

It has super clean flat user interface admin Backend design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design admin template.

Dashlead Laravel is a fully responsive and premium Bootstrap 5 Admin & Dashboard Template. We have used scss variables along with RTL supported. You can quickly change the layout or mode by changing data attributes only instead of changing huge lines of codes. we had used css short hand properties for converting RTL Layout without customization. We have written complete minimal code for the beautiful UI. Dashlead has 2 types of layouts ( Vertical, Horizontal), 7 types of vertical layout style (closed , Icontext, Iconoverlay, Hover-submenu, Hoversubmenu-style , Double menu style, Double menu with Tabs Style) and 2 types of horizontal layout-styles (Horizontal Click, horizontal Hover ) with multiple options of layouts like Fixed, Scrollable, Boxed, No shadow etc. Also support RTL mode and many other options.

Template Features
Vertical-menu Horizontal click menu Horizontal hover menu RTL ready
100 + blade.php Pages Bootstrap 5 Responsive Framework Well Commented Code 24 * 7 Professional Company Support
Regular Updates 60+ Customized Plugins 5 types of Charts Select2
About us Blog File Manager Gallery
Image-Comparision Ecommerce Pages Maps Blog Details
Calendar Mail Inbox 11 Types of Icon sets File upload
Message Chat Form Elements Month & Date & Year Range Pickers FormAdvanced Elements
Data Tables Lockscreen Page Error Pages User Profile
Invoice Page Advanced Pricing Tables Easy to customize More Widgets
Very Easy to Create your Own Site Neat, clean and simple design W3C Validated
Minimum Requirements

  • PHP >= 8.1 or Newer
  • Laravel/Framework >= 10.10 or Newer
  • BCMath PHP Extension
  • Ctype PHP Extension
  • DOM PHP Extension
  • OpenSSL PHP Extension
  • Fileinfo PHP extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • JSON PHP Extension
Installation Process of Composer

Note: The clear documentation of PDF is given on How To Run Laravel Project In Localhost - For Beginners. Please Check out the PDF before running the project.

In order to run Laravel we need to install composer by the following steps

Steps to Download & Installation of Composer


Step1: Please visit the Official Web Site of the Composer www.getcomposer.org

Step2:Click on the Download option

Step3: Click on the Composer-Setup.exe you are done with download

Step4: Now Right click on the Composer-Setup.exe file and select Run as administrator click on Yes

Step5: You'll be getting two options click as per your choice

Step6: I choose Recommended option here and if your developer you can check the box of the Developer Mode

Step7: And click on the Next button please make sure of installation path and then click Next

Step8: You'll be asked to enter proxy url please skip the step and click on the Next button

Step9: Please make sure with the PHP Version it should not be less than 8.0v, here we used 8.1.12 Version and then click on the next button

Step10: To confirm that Composer is installed in your system then type Composer in command prompt (if you are using XAMPP then go to C:\xampp\htdocs location and type composer)

Installation Process Of Laravel
Here we are using "Composer" to download "Laravel" packages

Note : This installation is shown based on XAMPP server..

  1. 1) Open the command prompt and locate the path where XAMPP is installed on your system.
  2. 2) In the command prompt, navigate to the following path:C:\xampp\htdocs>
  3. 3) Type the command: composer create-project laravel/laravel my-project and press Enter to install Laravel packages in the "htdocs" folder..
  4. 4) Wait for the necessary packages to download.
  5. 5) Once you see the prompt back at C:\xampp\htdocs>, it means Laravel has been successfully installed.
  6. Note: If you have any further queries in installation please refer to the official websites Click here

After installation run following command to get laravel development server
php artisan serve
How to Use Laravel Vite
In order to use laravel Vite you need to install Node.js in your system

Recommended LTS (long term support) version of Node.js.

Download latest version of node.js from nodejs.org

Install Node.js using .exe downloaded file.

To check your node version, run node -v in a terminal/console window (cmd)

Now you need to install Node Modules in your project folder

1. Go to your project folder and there you will find a file called package.json.

2. Open the file in your editor and make sure that all the dependencies are correct as shown below

  • "axios": "^1.1.2",
  • "laravel-vite-plugin": "^0.7.5",
  • "lodash": "^4.17.21",
  • "postcss": "^8.4.24",
  • "sass": "^1.63.4",
  • "vite": "^4.0.0",
  • "vite-plugin-static-copy": "^0.16.0"

3. And now set your project root path in terminal or command prompt Example: cd C:\Users\Admin\Desktop\my-project and type the below command line.

npm install

4. Wait until all the dependencies are downloaded to your project folder.

5. Now you can see the downloaded folder with the name of node_modules in your project folder.

6. Now in order to Compile Assets (Vite) first, you need to run development mode.

7. Set your project root path and type the below command line.

npm run dev

8. Once the development mode starts you can customize your assets

9. Once you completed with the customization work you need to run your project in Production Mode in order to run Production Mode run the below command line

npm run build

Assets Folder Structure

			
				β”œβ”€β”€ public/
				|   β”œβ”€β”€ build/
				|   |   β”œβ”€β”€ assets/
				|   |   |   β”œβ”€β”€ iconfonts
				|   |   |   β”œβ”€β”€ img
				|   |   |   └── plugins
				|   |   └── manifest.json
				|   β”œβ”€β”€ .htaccess
				|   β”œβ”€β”€ favicon.ico
				|   β”œβ”€β”€ index.php
				|   └── robots.txt
				β”œβ”€β”€ resources/
				|   β”œβ”€β”€ assets
				|   |   β”œβ”€β”€ css
				|   |   β”œβ”€β”€ iconfonts
				|   |   β”œβ”€β”€ img
				|   |   β”œβ”€β”€ js
				|   |   β”œβ”€β”€ plugins
				|   |   β”œβ”€β”€ scss
				|   |   └── switcher
				|   β”œβ”€β”€ css
				|   β”œβ”€β”€ js
				|   β”œβ”€β”€ sass
				|   β”œβ”€β”€ views
				|   |   β”œβ”€β”€ layouts/
				|   |   |   β”œβ”€β”€ components/
				|   |   |   β”œβ”€β”€ custom-master.blade.php
				|   |   |   β”œβ”€β”€ custom-master2.blade.php
				|   |   |   β”œβ”€β”€ landing-master.blade.php
				|   |   |   β”œβ”€β”€ master.blade.php
				|   |   |   └── switcher-master.blade.php
				|   |   └── pages/ (100+ blade.php files)
				
			
		
The Basic Structure Of Laravel Project
 
			
					β”œβ”€β”€ app
					β”œβ”€β”€ bootstrap
					β”œβ”€β”€ config
					β”œβ”€β”€ database
					β”œβ”€β”€ public
					β”œβ”€β”€ resources
					β”œβ”€β”€ routes
					β”œβ”€β”€ storage
					β”œβ”€β”€ tests
					β”œβ”€β”€ vendor
					β”œβ”€β”€ .editorconfig
					β”œβ”€β”€ .env
					β”œβ”€β”€ .env.example
					β”œβ”€β”€ .gitattributes
					β”œβ”€β”€ .gitignore
					β”œβ”€β”€ .htaccess
					β”œβ”€β”€ artisan
					β”œβ”€β”€ composer.json
					β”œβ”€β”€ composer.lock
					β”œβ”€β”€ package-lock.json
					β”œβ”€β”€ package.json
					β”œβ”€β”€ phpunit.xml
					β”œβ”€β”€ README.md
					β”œβ”€β”€ server.php
					└── vite.config.js
			
		
Installation Instructions For both CPANEL’S and FTP
Installation Instructions

Upload the Project that you have purchased in below directory based on your server

FTP Uploading Process
    Access FTP:
  1. Login to your FTP server using your login credentials provided by your hosting provider.
  2. Upload Project Files:
  3. Now extract the project folder that you have received, in any of your directories
  4. Now navigate to that directory using FTP panel and upload the project in Path: public_html/ directory in your FTP server .
  5. Once the uploading completes you can access your domain Example: www.example.com
cPanel Uploading Process
    Access cPanel:
  1. Login to your cPanel server using your login credentials provided by your hosting provider.
  2. Upload Project Files:
  3. Once you successfully accessed your cPanel dashboard, navigate and click on File Manager
  4. Now open public_html and click on Upload
  5. Here you can select your zipped project folder or you can simply drag and drop your zipped project folder, once the uploading is completed go back to the public_html folder
  6. In the public_html folder, you will find your zipped project folder now you need to extract that project folder
  7. Once the extraction is completed you can access your domain Example: www.example.com
How to Upgrade Larvel Version

If you want to Upgrade laravel version, Please follow the below steps, if not you can skip this procedure.

Step 1:

Replace below Dependency versions in composer.json file which is placed in root directory

  • php:- ^8.1
  • laravel/framework:- ^10.10
  • guzzlehttp/guzzle:- ^7.2
  • nunomaduro/collision:- ^7.0
  • phpunit/phpunit:- ^10.1
  • laravel/tinker:- ^2.8
Step 2:

Delete vendor folder

Step 3:

Set your project root path in command prompt and run the following command line in command prompt.

Composer update
How to Run Laravel Project in localhost

If you have installed XAMPP on your machine then please follow the below steps

Step:1 Quick view of Installations

1. Download and Install the Composer from official site https://getcomposer.org/

2. Install Laravel by using Composer as mentioned in the installation process above.

Step:2 Run project

1. Extract the zip folder of the laravel project in the path: EX: C:\xampp\htdocs\ that you have received after purchase.

2. Once the extraction is completed, type the localhost url in the browser to access the project. Example: http://localhost/my-project/

3. Another process for accessing the laravel project, open command prompt or terminal and set your project root path: Example: C:\Users\my-project

4. Now run the below commands in the terminal to get the output of the project.

  • npm install to get the node_modules install.
  • npm run build to get the build assets of the project.
  • And run the command line: php artisan serve
  • Laravel development server started: http://127.0.0.1:8000, now type the url in the browser to access the project.
Version
  • php:- ^8.1.12
  • laravel vite:- ^4.3.9
  • laravel/framework:- ^10.10
Over All Folder Structure
			
				β”œβ”€β”€ app/
				|   β”œβ”€β”€ Console
				|   β”œβ”€β”€ Exceptions
				|   β”œβ”€β”€ Http
				|   |   β”œβ”€β”€ Controllers					
				|   |   β”œβ”€β”€ Middleware
				|   |   └── Kernel.php
				|   β”œβ”€β”€ Models
				|   └── Providers
				β”œβ”€β”€ bootstrap/
				β”œβ”€β”€ config/
				β”œβ”€β”€ database/
				β”œβ”€β”€ public/
				|   β”œβ”€β”€ build/
				|   |   β”œβ”€β”€ assets/
				|   |   |   β”œβ”€β”€ iconfonts
				|   |   |   β”œβ”€β”€ img
				|   |   |   └── plugins
				|   |   └── manifest.json
				|   β”œβ”€β”€ .htaccess
				|   β”œβ”€β”€ favicon.ico
				|   └── robots.txt
				β”œβ”€β”€ resources/
				|   β”œβ”€β”€ assets/
				|   β”œβ”€β”€ css/
				|   β”œβ”€β”€ js/
				|   β”œβ”€β”€ sass/
				|   └── views/
				|       β”œβ”€β”€ layouts/
				|       |   β”œβ”€β”€ components/
				|       |   |   β”œβ”€β”€ landing/
				|       |   |   |   β”œβ”€β”€ footer.blade.php
				|       |   |   |   β”œβ”€β”€ header.blade.php
				|       |   |   |   β”œβ”€β”€ header1.blade.php
				|       |   |   |   β”œβ”€β”€ scripts.blade.php
				|       |   |   |   β”œβ”€β”€ sidebar.blade.php
				|       |   |   |   β”œβ”€β”€ sidebar1.blade.php
				|       |   |   |   └── switcher.blade.php
				|       |   |   β”œβ”€β”€ custom-scripts.blade.php
				|       |   |   β”œβ”€β”€ custom-switcher.blade.php
				|       |   |   β”œβ”€β”€ footer.blade.php
				|       |   |   β”œβ”€β”€ header.blade.php
				|       |   |   β”œβ”€β”€ header1.blade.php
				|       |   |   β”œβ”€β”€ right-sidebar.blade.php
				|       |   |   β”œβ”€β”€ scripts.blade.php
				|       |   |   β”œβ”€β”€ sidebar.blade.php
				|       |   |   └── switcher.blade.php
				|       |   β”œβ”€β”€ custom-master.blade.php
				|       |   β”œβ”€β”€ custom-master2.blade.php
				|       |   β”œβ”€β”€ landing-master.blade.php 
				|       |   β”œβ”€β”€ master.blade.php 
				|       |   └── switcher-master.blade.php    
				|       └── pages/ (100+ blade.php files) 
				β”œβ”€β”€ routes/
				|   β”œβ”€β”€ api.php
				|   β”œβ”€β”€ channels.php
				|   β”œβ”€β”€ console.php
				|   └── web.php
				β”œβ”€β”€ storage
				β”œβ”€β”€ tests
				β”œβ”€β”€ vendor
				β”œβ”€β”€ .editorconfig
				β”œβ”€β”€ .env
				β”œβ”€β”€ .env.example
				β”œβ”€β”€ .gitattributes
				β”œβ”€β”€ .gitignore
				β”œβ”€β”€ .htaccess
				β”œβ”€β”€ artisan.php
				β”œβ”€β”€ composer.json
				β”œβ”€β”€ composer.lock					
				β”œβ”€β”€ package-lock.json
				β”œβ”€β”€ package.json
				β”œβ”€β”€ phpunit.xml
				β”œβ”€β”€ README.md
				β”œβ”€β”€ server.php
				└── vite.config.js
			
		
Blade View

Blade is a simple, yet powerful templating engine provided with Laravel.

--------Imports master file--------

@extends('layouts.master')


@section('styles')

 --------created a section called content--------

@endsection


@section('content')

 --------created a section called content--------

@endsection


@section('scripts')

 --------created a section called content--------

@endsection


SWITCHER?

If you want to Remove switcher to your template follow the below process.

FAQ'S

1) How to Change Font Style ?

Step 1:

Go To _variables.scss (resources/assets/scss/_variables.scss )

if you want to change another font-family Go to the site Google Fonts And Select One font Family and import In to style.css file

How to Select font Family

Example:

Step 2:

And paste Your Selected font-family in _variables.scss i.e (root:-resources/assets/scss/_variables.scss)

Example:

Before : @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');

After : @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

Step 3:

And add the Your Selected font-family in _bootstrap-styles.scss(resources/assets/scss/bootstrap/_bootstrap-styles.scss)

Example:



		body {
			margin: 0;
			font-family: 'Roboto', sans-serif;
			font-size: 0.875rem;
			font-weight: 400;
			line-height: 1.5;
			color: $color;
			text-align: start;
			background-color: rgb(var(--white));
			}
													
												
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

2) How to Change Logo ?

Go To "resources/assets/img/brand" folder and replace your logo with Previous Logos within in image size. note: Please don't increase logo sizes. Replace your logo within given image size. otherwise the logo will not fit in particular place it disturbs the template design.

3) How to Change Menu Icons ?

By default menu icons are Feather icons if you want to change icons please follow below steps
Step 1 :

To change Menu icons, resources/views/layouts/components/sidebar.blade.php page open and go through sidebar section, in that section you will find Feather icons of menu in i tag, there you can replace previous icon with your icon. Example as shown in below

			
				
				
			

4) How to Enable RTL Version?

open custom-switcher.js path:(resources/assets/js/custom-switcher.js)file and remove comments for html.setAttribute("dir" , "rtl") to enable RTL version.


		
		if (!localStorage.getItem("dashleadrtl")) {
			// html.setAttribute("dir" , "rtl") // for rtl version
		}
		
		
Remove the comments to enable rtl as shown below

													
		if (!localStorage.getItem("dashleadrtl")) {
			 html.setAttribute("dir" , "rtl") // for rtl version
		}					
		
		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

5) How to Enable Dark-Theme?

open custom.js path:(resources/assets/js/custom-switcher.js file and remove comments for dark-theme to enable dark-theme style as shown in below


		if (!localStorage.getItem("dashleaddarktheme")) {
		// html.setAttribute("data-theme-color" , "dark") // for Dark theme
		}
		
Remove the comments to enable dark-theme as shown below

		if (!localStorage.getItem("dashleaddarktheme")) {
			 html.setAttribute("data-theme-color" , "dark") // for Dark theme
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

6) How to Enable Light-Theme?

open custom.js path:(resources/assets/js/custom-switcher.js file and remove comments for light-theme to enable light-theme style as shown in below


		if (!localStorage.getItem("dashleadlighttheme")) {
			// html.setAttribute("data-theme-color" , "light") // for light theme
		}

		
Remove the comments to enable header-light as shown below

		if (!localStorage.getItem("dashleadlighttheme")) {
			 html.setAttribute("data-theme-color" , "light") // for light theme
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

7) How to Enable Menu Styles ?

open custom-switcher.js path:(resources/assets/js/custom-switcher.js file and remove comments for any data-menu-style to enable menu styles as shown in below


		//Menu Styles
		if (!localStorage.getItem("dashleadMenu")) {
			// html.setAttribute("data-menu-style" , "light") // for light menu style
			// html.setAttribute("data-menu-style" , "dark") // for dark menu style
			// html.setAttribute("data-menu-style" , "color") // for color menu style
			// html.setAttribute("data-menu-style" , "gradient") // for gradient menu style
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

8) How to Enable Headers Styles ?

open custom-switcher.js path:(resources/assets/js/custom-switcher.js file and remove comments for any data-header-style to enable Headers Styles as shown in below


		//Header Styles
		if (!localStorage.getItem("dashleadHeader")) {
			// html.setAttribute("data-header-style" , "light") // for light header style
			// html.setAttribute("data-header-style" , "dark") // for dark header style
			// html.setAttribute("data-header-style" , "color") // for color header style
			// html.setAttribute("data-header-style" , "gradient") // for gradient header style
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

9) How to Enable Boxed-Layout ?

open custom-switcher.js path:(resources/assets/js/custom-switcher.jsfile and remove comments for html.setAttribute("data-width" , "boxed") to enable layout-boxed style as shown in below


		//Boxed styles
		if (!localStorage.getItem("dashleadboxed")) {
		// html.setAttribute("data-width" , "boxed") // for boxed style
		}

		
Remove the comments to enable boxed as shown below

		//Boxed styles
		if (!localStorage.getItem("dashleadboxed")) {
			 html.setAttribute("data-width" , "boxed") // for boxed style
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

10) How to Enable Scrollable-Layout ?

open custom-switcher.js path:(resources/assets/js/custom-switcher.jsfile and remove comments for html.setAttribute("data-position" , "scrollable") to enable scrollable-layout style as shown in below


		//Scrollabel styles
		if (!localStorage.getItem("dashleadscrollable")) {
			// html.setAttribute("data-position" , "scrollable") // for scrollable style
		}

		
Remove the comments to enable layout-boxed as shown below

		//Scrollabel styles
		if (!localStorage.getItem("dashleadscrollable")) {
			 html.setAttribute("data-position" , "scrollable") // for scrollable style
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

11) How to Enable No-Shadow Styles ?

open custom-switcher.js path:(resources/assets/js/custom-switcher.js file and remove comments for html.setAttribute("data-skins" , "no-shadow") to enable No-shadow style as shown in below


		//No-Shadow styles
		if (!localStorage.getItem("dashleadnoshadow")) {
			// html.setAttribute("data-skins" , "no-shadow") // for No-shadow styles
		}

		
Remove the comments to enable scrollable-layout as shown below

		//No-Shadow styles
		if (!localStorage.getItem("dashleadnoshadow")) {
			 html.setAttribute("data-skins" , "no-shadow") // for No-shadow styles
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

12) How to Enable Default Layout Styles?

open custom.js path:(resources/assets/js/custom-switcher.js file and remove comments for html.setAttribute("data-vertical-style" , "default") to enable Default Layout style as shown in below


		//Default Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			// html.setAttribute("data-vertical-style" , "default") // for Vertical default style 
		}

		
		
Remove the comments to enable default as shown below

		//Default Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			 html.setAttribute("data-vertical-style" , "default") // for Vertical default style 
		}
		
		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

13) How to Enable Closed Layout Styles ?

open custom-switcher.js path:(resources/assets/js/custom-switcher.js file and remove comments for html.setAttribute("data-vertical-style" , "closed") to enable Closed style as shown in below


		//Closed Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			// html.setAttribute("data-vertical-style" , "closed") // for Vertical closed style 
			// $('body').addClass('sidenav-toggled');
		}

		
Remove the comments to enable closed as shown below

		//Closed Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			 html.setAttribute("data-vertical-style" , "closed") // for Vertical closed style 
			 $('body').addClass('sidenav-toggled');
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

14) How to Enable IconText Layout Styles ?

open custom-switcher.js path:(resources/assets/js/custom-switcher.js file and remove comments for html.setAttribute("data-vertical-style" , "icontext") to enable Icon Text style as shown in below


		//IconText Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			// html.setAttribute("data-vertical-style" , "icontext") // for Vertical icontext style 
			//if(document.querySelector(".side-menu")){
			//textLayoutFn();
		 	//}
		}

		
Remove the comments to enable icontext as shown below

		//IconText Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			html.setAttribute("data-vertical-style" , "icontext") // for Vertical icontext style 
			if(document.querySelector(".side-menu")){
				textLayoutFn();
		 	}
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

15) How to Enable Overlay Layout Styles ?

open custom-switcher.js path:(resources/assets/js/custom-switcher.js file and remove comments for html.setAttribute("data-vertical-style" , "overlay") to enable Hover Overlay Layout style as shown in below


		//Overlay Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			// html.setAttribute("data-vertical-style" , "overlay") // for Vertical overlay style
			// $('body').addClass('sidenav-toggled');
		}

		
Remove the comments to enable overlay as shown below

		//Overlay Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			 html.setAttribute("data-vertical-style" , "overlay") // for Vertical overlay style
			 $('body').addClass('sidenav-toggled');
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

16) How to Enable Hover Submenu Layout Styles ?

open custom-switcher.js path:(resources/assets/js/custom-switcher.js file and remove comments for html.setAttribute("data-vertical-style" , "hover") to enable Hover Submenu Layout Style as shown in below


		//Hover Submenu Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			// html.setAttribute("data-vertical-style" , "hover") // for Vertical hover style
			// if(document.querySelector(".side-menu")){
			// hoverLayoutFn();
			// }
		}

		
Remove the comments to enable hover as shown below

		//Hover Submenu Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			html.setAttribute("data-vertical-style" , "hover") // for Vertical hover style
			if(document.querySelector(".side-menu")){
			 	hoverLayoutFn();
			}
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

17) How to Enable Hover Submenu1 Layout Styles ?

open custom-switcher.js path:(resources/assets/js/custom-switcher.js file and remove comments for html.setAttribute("data-vertical-style" , "hover1") to enable Hover Submenu1 layout style as shown in below


		//Hover Submenu1 Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			// html.setAttribute("data-vertical-style" , "hover1") // for Vertical hover style
			// if(document.querySelector(".side-menu")){
			// hoverLayoutFn();
			// }
		}

		
Remove the comments to enable hover1 as shown below

		//Hover Submenu1 Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			html.setAttribute("data-vertical-style" , "hover1") // for Vertical hover style
			if(document.querySelector(".side-menu")){
				hoverLayoutFn();
			}
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

18) How to Enable Double Menu Layout Styles ?

open custom-switcher.js path:(resources/assets/js/custom-switcher.js file and remove comments for html.setAttribute("data-vertical-style" , "doublemenu") to enable Double Menu Layout style as shown in below


		//Double Menu Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			// html.setAttribute("data-vertical-style" , "doublemenu") // for Vertical doublemenu style
			//if(document.querySelector(".side-menu")){
			// doubleLayoutFn();
			// }
		}

		
Remove the comments to enable doublemenu as shown below

		//Double Menu Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			html.setAttribute("data-vertical-style" , "doublemenu") // for Vertical doublemenu style
			if(document.querySelector(".side-menu")){
			 	doubleLayoutFn();
			}
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

19) How to Enable Double Menu with Tabs Layout Styles ?

open custom-switcher.js path:(resources/assets/js/custom-switcher.js file and remove comments for html.setAttribute("data-vertical-style" , "doublemenu-tabs") to enable Double Menu with Tabs layout style as shown in below


		//Double Menu Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			// html.setAttribute("data-vertical-style" , "doublemenu-tabs") // for Vertical doublemenu-tabs style 
        	// if(document.querySelector(".side-menu")){
            // doubleLayoutFn();
         	// }
		}

		
Remove the comments to enable doublemenu-tabs as shown below

		//Double Menu Layout Styles
		if (!localStorage.getItem("dashleadverticalstyles")) {
			html.setAttribute("data-vertical-style" , "doublemenu-tabs") // for Vertical doublemenu-tabs style 
        	if(document.querySelector(".side-menu")){
             doubleLayoutFn();
         	}
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

20) Horizontal Click & Horizontal Hover styles

open custom-switcher.js path:(resources/assets/js/custom-switcher.js file and remove comments for html.setAttribute("data-hor-style" , "hor-click") and html.setAttribute("data-hor-style" , "hor-hover") to enable Horizontal Click and Horizontal Hover layout style as shown in below


		//horizontalmenu Layout Styles
		if (!localStorage.getItem("dashleadlayout") === "horizontal" || localStorage.getItem("dashleadlayout") == null) {
			// html.setAttribute("data-hor-style" , "hor-click") // for horizontal click style
			// html.setAttribute("data-hor-style" , "hor-hover") // for horizontal hover style
		}

		
Remove the comments to enable hor-click and hor-hover as shown below

		//horizontalmenu Layout Styles
		if (!localStorage.getItem("dashleadlayout") === "horizontal" || localStorage.getItem("dashleadlayout") == null) {
			 html.setAttribute("data-hor-style" , "hor-click") // for horizontal click style
			 html.setAttribute("data-hor-style" , "hor-hover") // for horizontal hover style
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

21) How to Enable Rtl and Dark-theme in landing-page

open landing.js path:(resources/assets/js/landing.js file and remove comments for rtl to enable rtl style as shown in below


		if (!localStorage.getItem("dashleadrtl")) {
			// html.setAttribute("dir" , "rtl") // for rtl version 
		}
		
Remove the comments to enable rtl as shown below

		if (!localStorage.getItem("dashleadrtl")) {
			 html.setAttribute("dir" , "rtl") // for rtl version 
		}

		

open landing.js path:(resources/assets/js/landing.js file and remove comments for dark-theme to enable dark-theme style as shown in below


		if (!localStorage.getItem("dashleaddarktheme")) {
		// html.setAttribute("data-theme-color" , "dark") // for Dark theme
		}
		
Remove the comments to enable dark-theme as shown below

		if (!localStorage.getItem("dashleaddarktheme")) {
			 html.setAttribute("data-theme-color" , "dark") // for Dark theme
		}

		
NOTE : You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
Local Storage

How to clear LocalStorage (cookie)?

Sources
THANK YOU!