Noa - Laravel Bootstrap 5 Admin & Dashboard Template

Note:-

Please refer Faq's page in documentation itself for queries of customization like colors,rtl ,dark,transparent styles,etc..

Dashboard
Welcome to Noa – Laravel Bootstrap 5 Admin & Dashboard Template
  • Created Date: 05/05/2022
  • Author: Spruko
  • Company: Spruko Technologies Private Limited
  • Support: support@spruko.com

Thank you for purchasing Noa Laravel Template. Feel free to contact us any time. We have a dedicated team to provide you the best support. If you want any queries please contact live chat or email : sprukotechnologies@gmail.com

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

Introduction

Noa - Laravel Admin Template, With this template format, it's very easy to create a presence and grab someone's attention around the web page. Because the template is built using Blade syntax and HTML5, CSS3, Bootstrap 5 framework and with Sass styles. So before you start working with the template please take a quick look on the documentation so that you can easily understand.

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

Template Description

Noa– is a Laravel, Boostrap template with modern and minimal design. It is fully flexible, User-friendly and responsive. Noa admin template is powered with Blade, HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 110+ Blade Pages & 50+ Plugins more UI elements. No Need to do hard work for this template for customization. We have 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 admin template is fully 100% Premium Admin Templates quality. This template designed for using HTML5,CSS3,Jquery. After Purchased this template you will get All HTML 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 an awesome unique design, also we ensure you can easily design admin template.

it is a fully responsive layout for all type of devices. Works on all major web browsers, Desktop, iPhone, iPad, Tablet and all other smart phone devices

Once you Purchase Noa , you will be able to get free download of all future updates.

Template Features
Vertical-menu Horizontal click menu Horizontal hover menu RTL ready
110+ Blade Pages Bootstrap 5 Responsive Framework Well Commented Code 24 * 7 Professional Company Support
Regular Updates 50+ Plugins 5 types of Charts Select2
About us Blog File Manager Gallery
Image-Comparision Ecommerce Pages Settings Page Blog Details
Calendar Mail Inbox 10 Types of Icon sets File upload
Message Chat Form Elements Month & Date & Year Range Pickers FormAdvanced Elements
Data Tables Lockscreen Page Error Page 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.0 or Newer
  • Laravel >= 9 or Newer
  • Livewire >= 2.10
  • Ctype 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

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've used 8.0.13 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. Open command prompt, find the path of your XAMPP that is installed in your system.

2. Go to Example:C:\xampp\htdocs> path in command prompt.

3. Now type the following command line composer create-project laravel/laravel my-project and hit enter to install the Laravel Packages in your "htdocs" folder.

4. Now your downloading is started please wait for sometime to download all the necessary packages

5. Once you are redirected to the C:\xampp\htdocs> path then you are sucessfully installed laravel

If you have any further queries in installation please refer to the official website Click here

NOTE: After installation run the following command to get laravel development server i.e., php artisan serve

How to install Livewire

  1. 1. Basic requirements to install Livewire
    • --> PHP 8.0 or higher
    • --> Laravel 8.0 or higher
  2. 2. Install LiveWire using composer.
  3. 3. Set your project root path in your console or terminal and type below command line.
  4. composer require livewire/livewire
  5. 4. To create component using LiveWire set your project root path in your console and type below command line.
  6. php artisan make:livewire example
  7. 5. Now two new files were created in your project: referral link LiveWire Component
    • app/Http/Livewire/example.php is the Component file and resources/views/livewire/example.blade.php is the View file
  8. 6. Here we used Livewire to create Components and View files (i.e example.php and example.blade.php files).
  9. Note:There are total 100+ blade.php and php files created by Livewire.
The Basic Structure Of Laravel Project

                                        
                                            β”œβ”€β”€ app
                                            β”œβ”€β”€ bootstrap
                                            β”œβ”€β”€ config
                                            β”œβ”€β”€ database
                                            β”œβ”€β”€ lang
                                            β”œβ”€β”€ public
                                            β”œβ”€β”€ resources
                                            β”œβ”€β”€ routes
                                            β”œβ”€β”€ storage
                                            β”œβ”€β”€ tests
                                            β”œβ”€β”€ vendor
                                            β”œβ”€β”€ .editorconfig
                                            β”œβ”€β”€ .env
                                            β”œβ”€β”€ .env.example
                                            β”œβ”€β”€ .gitattributes
                                            β”œβ”€β”€ .gitignore
                                            β”œβ”€β”€ .styleci.yml
                                            β”œβ”€β”€ artisan.File
                                            β”œβ”€β”€ composer.json
                                            β”œβ”€β”€ composer.lock
                                            β”œβ”€β”€ package.json
                                            β”œβ”€β”€ package-lock.json
                                            β”œβ”€β”€ phpunit.xml
                                            β”œβ”€β”€ README.md
                                            └── webpack.mix.js
                                        
                                    
How to Run Laravel Project in localhost

If you have installed XAMPP on your Desktop/Laptop then please follow the below steps

Step:1 Quick view of Installations

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

2. Download Laravel stater kit by using Composer as mentioned in the installation process above.

Step:2 Run project

1. Now open Xampp and launch the Apache server by clicking the start button.

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

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

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

6. And run the command line: php artisan serve in the terminal

7. Laravel development server started: http://127.0.0.1:8000, now type the url in the browser to access the project.

How to Use Laravel Mix

In order to use laravel Mix 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": "^0.25",
  • "browser-sync": "^2.27.9",
  • "browser-sync-webpack-plugin": "^2.3.0",
  • "laravel-mix": "^6.0.6",
  • "lodash": "^4.17.19",
  • "postcss": "^8.1.14",
  • "sass": "^1.49.9",
  • "sass-loader": "^12.1.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 (Mix) first, you need to run development mode.

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

npm run development

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

9. After your project is set into Development Mode you need not to run the Development Mode, again and again, you can simply run the below command line to compile your assets continuously.

npm run watch

10. 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 production
Compiling Assets (Mix) or Customization

1. Go to your project root path and there you will find a folder named resources in the resources folder you will find assets.

2. In the assets folder you will see css, images, js, landing, plugins, and scss folders

Assets Folder Structure
                    
                        β”œβ”€β”€ public/
                        |   β”œβ”€β”€ assets
                        |   |   β”œβ”€β”€ css
                        |   |   β”œβ”€β”€ images
                        |   |   β”œβ”€β”€ js
                        |   |   β”œβ”€β”€ landing
                        |   |   β”œβ”€β”€ plugins
                        |   |   └── switcher
                        |   β”œβ”€β”€ .htaccess
                        |   β”œβ”€β”€ favicon
                        |   β”œβ”€β”€ index.php
                        |   β”œβ”€β”€ mix-manifest.json
                        |   └── robots.txt
                        β”œβ”€β”€ resources/
                        |   β”œβ”€β”€ assets
                        |   |   β”œβ”€β”€ css
                        |   |   β”œβ”€β”€ images
                        |   |   β”œβ”€β”€ js
                        |   |   β”œβ”€β”€ landing
                        |   |   β”œβ”€β”€ plugins
                        |   |   β”œβ”€β”€ scss
                        |   |   └──switcher
                        |   └── views
                        |       β”œβ”€β”€ layouts/
                        |       |   └── components/
                        |       |       └── landing/
                        |       └── livewire/ (125 blade.php files)
                    
                

3. Now you can compile or customize your assets using scss and js files that are present in the resources/assets folder.

4. Once the changes made in those files in order to apply the changes to your template you need to perform the below command in the same terminal or in command prompt that you have set your project root path.

npm run dev (or) npm run watch

NOTE: Both commands will performs the same actions but the difference is that npm run dev will only perform at once you've started it and stops after compiling, where as npm run watch will starts compiling after you've started it and it won't stop until you stop it.

5. npm starts Compiling all your scss, css, js, images, landing and plugins that are present in resources folder.

6. And all the compiled files of scss, css, js, images, landing, and plugins folders are copied to your public/assets css, js, images, landing, and plugins folders respectively.

Note 1: While compiling assets, scss files are converted to css and js filse are converted to js files.

Note 2:plugins, images and landing folders are directly copied into assets folder and all the complied files and folders are seen in your public folder with the name of assets as shown in the above folder structure.

How to Use BrowserSync

  1. The BrowserSync is a built-in feature in this Noa Laravel project.
  2. The BrowserSync dependency is downloaded automatically with node_modules when you run npm install.
  3. In order to use BrowserSync you need to set your domain as shown in the below root path.
  4. Open your project folder and scroll down there you will find a file name called webpack.mix open the file in your favourite editor.
  5. Now scroll down there you will find mix.browserSync('http://127.0.0.1:8000'); here we used http://127.0.0.1:8000 is the default domain of php artisan serve but you can use your own domain in place of http://127.0.0.1:8000 BrowserSync.
  6. Once you set your domain you need to run your project in server mode, set your project root path in console or terminal and run the below command.
  7. php artisan serve
  8. And to open your project in your browser you need to run the below command.
  9. npm run watch

    Note:First you need to set your Domain as shown above and you need to run your project in server mode (php artisan serve).

  10. If you want to ignore Browser-Sync process then, please navigate to the root project there you will find webpack.mix.js file, open that file in an editor and scroll-down there you will find "mix.browserSync('http://127.0.0.1:8000');" please comment or remove that particular line now you are done. Now you can use your project without browser sync
Installation Instructions For both CPANEL’S and FTP

Installation Instructions

Upload the Project that you have purchased, based on your uploading process on 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.0
  • fideloper/proxy:- ^4.4
  • fruitcake/laravel-cors:- ^2.0.4
  • guzzlehttp/guzzle:- ^7.4.1
  • laravel/framework:- ^8.54
  • nunomaduro/collision:- ^5.10
  • phpunit/phpunit:- ^9.5.10
  • laravel/tinker:- ^2.6
  • livewire/livewire:- ^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
Software Versions Used:
  • PHP : 8.1.2
  • laravel/framework : 9.2
  • livewire/livewire : 2.10
  • laravel-mix: 6.0.6
  • guzzlehttp/guzzle : 7.2
  • laravel/tinker : 2.7
  • phpunit/phpunit : 9.5.10
Over All Folder Structure
                                
                        β”œβ”€β”€ app/
                        |   β”œβ”€β”€ Console
                        |   β”œβ”€β”€ Exceptions
                        |   β”œβ”€β”€ Http
                        |   |	β”œβ”€β”€ Controllers
                        |   |	β”œβ”€β”€ Livewire ((119 php files))
                        |   |	β”œβ”€β”€ Middleware
                        |   |	└── Kernel.php
                        |   β”œβ”€β”€ Models
                        |   └── Providers
                        β”œβ”€β”€ bootstrap/
                        β”œβ”€β”€ config/
                        β”œβ”€β”€ database/
                        β”œβ”€β”€ lang/
                        β”œβ”€β”€ public/
                        |   β”œβ”€β”€ assets
                        |   β”œβ”€β”€ .htaccess
                        |   β”œβ”€β”€ favicon.ico
                        |   β”œβ”€β”€ index.php
                        |   β”œβ”€β”€ mix-manifest.json
                        |   └── robots.txt
                        β”œβ”€β”€ resources/
                        |   β”œβ”€β”€ assets
                        |   └── views/
                        |       β”œβ”€β”€ layouts/
                        |       |   β”œβ”€β”€ components/
                        |       |   |   β”œβ”€β”€ landing/
                        |       |   |   |   β”œβ”€β”€ app-header.blade.php
                        |       |   |   |   β”œβ”€β”€ app-sidebar.blade.php
                        |       |   |   |   β”œβ”€β”€ footer.blade.php
                        |       |   |   |   β”œβ”€β”€ header-main.blade
                        |       |   |   |   β”œβ”€β”€ scripts.blade.php
                        |       |   |   |   └── styles.blade.php
                        |       |   |   |   
                        |       |   |   β”œβ”€β”€ app-header.blade.php
                        |       |   |   β”œβ”€β”€ app-sidebar.blade.php
                        |       |   |   β”œβ”€β”€ custom-scripts.blade.php
                        |       |   |   β”œβ”€β”€ custom-switcher.blade
                        |       |   |   β”œβ”€β”€ footer.blade.php
                        |       |   |   β”œβ”€β”€ modal.blade.php
                        |       |   |   β”œβ”€β”€ scripts.blade.php
                        |       |   |   β”œβ”€β”€ styles.blade.php
                        |       |   |   └── switcher.blade.php
                        |       |   β”œβ”€β”€ app.blade.php
                        |       |   β”œβ”€β”€ custom-app.blade.php
                        |       |   β”œβ”€β”€ landing-app.blade
                        |       |   └── switcher.blade.php
                        |       └── livewire/ (125 blade.php files)
                        |   
                        β”œβ”€β”€ routes/
                        |   β”œβ”€β”€ api.php
                        |   β”œβ”€β”€ channels.php
                        |   β”œβ”€β”€ console.php
                        |   └── web.php
                        β”œβ”€β”€ storage
                        β”œβ”€β”€ tests
                        β”œβ”€β”€ vendor
                        β”œβ”€β”€ .editorconfig
                        β”œβ”€β”€ .env
                        β”œβ”€β”€ .env.example
                        β”œβ”€β”€ .gitattributes
                        β”œβ”€β”€ .gitignore
                        β”œβ”€β”€ .styleci.yml
                        β”œβ”€β”€ artisan.php
                        β”œβ”€β”€ composer.json
                        β”œβ”€β”€ composer.lock
                        β”œβ”€β”€ package-lock.json
                        β”œβ”€β”€ package.json
                        β”œβ”€β”€ phpunit.xml
                        β”œβ”€β”€ README.md
                        └── webpack.mix.js
                            
Blade View

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

--------Imports master file--------
@extends('layouts.app')

@section('content')
 --------created a section called content--------
@endsection

--------get content data into app file--------
@yield('content')
SWITCHER?

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

How to add switcher to the template?

Go to root path: resources/views/layouts open app.blade.php in that file, below the body tag, include the switcher path given below.

                                                    
        

        EX:	
                                                    

Go to root path: resources/views/layouts/components/ open "styles.blade.php" file and add switcher css links given below.

                                                    
    

Add switcher css:

Go to root path: resources/views/layouts/components/ open "scripts.blade.php" file then add switcher js link given below.

                                                    

Add switcher js:

Go to root path: resources/views/layouts/components/ open "scripts.blade.php" file and then change custom.js link to custom1.js link as shown below.

                                                    
    

change custom js link:

NOTE: Custom1.js file is only used when you want to use switcher for your template.

Go to root path: resources/views/layouts/components/ open app-header.blade.php file in the header section add the "switcher-icon code" given below.

                                                    
    

                                                    
Chart color

NOTE: If you want to change your chart colors according to the themecolors, then follow the process.(Skip this process if this is not your requirement).

How to change colors of any chart according to the primary color of the template?

  • Assume that you want to add a new chart in empty.blade.php page.
  • Then place your chart js data in index1.js file present in resources/assets/js/index1.js .
  • NOTE: You have to add your new chart js data in index1.js file, otherwise your chart color will not be change as primary color of the template.
  • If you are using more than one chart in empty.blade.php page, then, create a new function() and with a new id (here id is nothing but a name that you used for your particular chart. function() name and ID name must be unique for every chart).
  • Here i created a new function with name (myChart1()) and i gave it an id i.e., chartId1 for my new chart in empty.blade.php page
                                         
 
                                         
                                     

How to apply colors to the new chart?

Open themeColors.js (root path: resources/assets/js/themeColors.js) and add the chart id and function inside of the function names() function of (// chart colors) section as shown below.

                                     
 
                                     
  • Here (#chartId1) is nothing but, the id that you used for your particular chart.
  • Here myChart1(); is nothing but a function that you used for your particular chart.
  • Add( myVarVal ) variable in your chart js data, where you want to change the colors of your chart according to the primary color of the template.
  • Here myVarVal variable is used as primaryColor of the template, if you use this variable anywhere in the template then the color of that particular place will change according to theme color
  • 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.

FAQ'S

1) How to Change Font Style ?

Step 1:

Go To _fonts.scss (resources/assets/scss/custom/fonts/_fonts.scss )

if you want to change another font-family Go to the site Google Fonts And Slect 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 _fonts.scss

Example:

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");

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: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: $default-color;
        text-align: left;
        background-color: $background;
    }
        
    

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 Sidemenu and Header icon?

NOTE :Sidemenu & Header Icons used in Noa are fromhttps://iconscout.com/unicons (Thin Line Icons).

Changing Sidemenu Icon :

You can change sidemenu icon by replacing svg code of selected icon with svg code of required icon and add class="side-menu__icon" for that svg icon

Changing Header Icon :

You can change Header icon by simply replacing svg code of selected icon with svg code of required icon.

3) How to Change Primary Color ?

Step 1:

Go To _bootstrap-styles.scss (resources/assets/scss/bootstrap/_bootstrap-styles.scss )

You will find --primary-bg-color: #8FBD56; , where you can simply change color code to change primary color

How to Change Primary Color

Example:

Simply you can also change color for primary-bg-hover:#5cd3b9; & --primary-bg-border:#38cab3; , where you can simply change color code to change them

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.

4) How to Change Logo ?

Go To "resources/assets/images/brand" folder and replace Previous logo with New Logo within the given image size.

NOTE: Please don't increase logo sizes, replace the logo within given image size, otherwise the logo will not fit in particular place and it disturbs the template design.

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 RTL version?

To enable RTL you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for rtl as shown in below


            // $('body').addClass('rtl');
        
Remove the comments to enable rtl version as shown below

            $('body').addClass('rtl');
        

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 Darktheme?

To enable Darktheme you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for Drak Theme as shown in below


    // DARK THEME START
        // $('body').addClass('dark-mode');
    // DARK THEME END

    
Remove the comments to enable dark-theme as shown below

    // DARK THEME START
        $('body').addClass('dark-mode');
   // DARK THEME END

    

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 change Dark Background color?

Step 1:

Go To _bootstrap-styles.scss (resources/assets/scss/bootstrap/_bootstrap-styles.scss )

You will find --dark-body: #2c2f3e; , where you can simply change color code to change dark background color

How to change Dark Background Color

Example:

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 Background image?

To enable background image you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for bg-img1 & dark-mode as shown in below


        // Bg-Image1 Style Start
            // $('body').addClass('bg-img1');
            // $('body').addClass('dark-mode');
        // ! Bg-Image1 Style End
        
Remove the comments to enable bg-img1 & transparent-theme as shown below

        // Bg-Image1 Style Start
            $('body').addClass('bg-img1');
            $('body').addClass('dark-mode');
       // ! Bg-Image1 Style End
        

    Importent Notes:

  1. 1. Similarly you can apply bg-img2,bg-img3,bg-img4
  2. 2. We can't use menu styles and header styles in Background Image
  3. 3. Go To "resources/assets/img/media" folder and replace your image with Previous image(bg-img1) within image size.
  4. 4. Please don't increase image size. Replace your image within given image size. otherwise the image will not fit in particular place it disturbs the template design.

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 Color-header?

To enable Color-header you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for color-header as shown in below


    // COLOR HEADER START
        // $('body').addClass('color-header');
    // COLOR HEADER END
    
Remove the comments to enable color-header as shown below

    // COLOR HEADER START
        $('body').addClass('color-header');
   // COLOR HEADER END
    

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 Dark-header?

To enable dark-header you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for dark-header as shown in below


    // DARK HEADER START
        // $('body').addClass('dark-header');
    // DARK HEADER END
    
Remove the comments to enable dark-header as shown below

    // DARK HEADER START
        $('body').addClass('dark-header');
   // DARK HEADER END
    

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 Light-header?

To enable light-header you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for header-light as shown in below


    // LIGHT HEADER START
        // $('body').addClass('header-light');
    // LIGHT HEADER END
    
Remove the comments to enable header-light as shown below

    // LIGHT HEADER START
        $('body').addClass('header-light');
   // LIGHT HEADER END
    

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 Gradient-header?

To enable Gradient-header you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for gradient-header as shown in below


    // GRADIENT HEADER START
        // $('body').addClass('gradient-header');
    // GRADIENT HEADER END
    
Remove the comments to enable gradient-header as shown below

    // GRADIENT HEADER START
        $('body').addClass('gradient-header');
   // GRADIENT HEADER END
    

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 Light Menu?

To enable Light Menu you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for light-menu as shown in below


    // LIGHT LEFTMENU START
        // $('body').addClass('light-menu');
    // LIGHT LEFTMENU END
    
Remove the comments to enable light-menu as shown below

    // LIGHT LEFTMENU START
        $('body').addClass('light-menu');
   // LIGHT LEFTMENU END
    

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 Color Menu?

To enable Color Menu you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for color-menu as shown in below


    // COLOR LEFTMENU START
        // $('body').addClass('color-menu');
    // COLOR LEFTMENU END
    
Remove the comments to enable color-menu as shown below

    // COLOR LEFTMENU START
        $('body').addClass('color-menu');
   // COLOR LEFTMENU END
    

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 Dark Menu?

To enable Dark Menu you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for dark-menu as shown in below


    // DARK LEFTMENU START
        // $('body').addClass('dark-menu');
    // DARK LEFTMENU END
    
Remove the comments to enable dark-menu as shown below

    // DARK LEFTMENU START
        $('body').addClass('dark-menu');
   // DARK LEFTMENU END
    

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 Gradient Menu?

To enable Gradient Menu you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for gradient-menu as shown in below


    // GRADIENT LEFTMENU START
        // $('body').addClass('gradient-menu');
    // GRADIENT LEFTMENU END
    
Remove the comments to enable gradient-menu as shown below

    // GRADIENT LEFTMENU START
        $('body').addClass('gradient-menu');
   // GRADIENT LEFTMENU END
    

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 Boxed-Layout?

To enable Layout-Boxed you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for layout-boxed as shown in below


    // BOXED LAYOUT START
        // $('body').addClass('layout-boxed');
    // BOXED LAYOUT END
    
Remove the comments to enable layout-boxed as shown below

    // BOXED LAYOUT START
        $('body').addClass('layout-boxed');
   // BOXED LAYOUT END
    

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 Scrollable-Layout?

To enable Scrollable-Layout you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for scrollable-layout as shown in below


    // HEADER POSITION STYLES START
        // $('body').addClass('scrollable-layout');
    // HEADER POSITION STYLES END
    
Remove the comments to enable scrollable-layout as shown below

    // HEADER POSITION STYLES START
        $('body').addClass('scrollable-layout');
   // HEADER POSITION STYLES END
    

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 Sidemenu-Icon-with Text?

To enable Sidemenu-Icon-with Text you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for icontext-menu as shown in below


        // ICONTEXT SIDEMENU START
        // $('body').addClass('icontext-menu');
        // $('body').addClass('sidenav-toggled');
        // if((document.querySelector('body').classList.contains('login-img')) ){
        //     return;
        // }       
        // else if((document.querySelector('body').classList.contains('error-bg'))){
        //     return;
        // }
        // else{
        //     icontext();
        // }
        // ICONTEXT SIDEMENU END
        
Remove the comments to enable sidemenu-icontext as shown below

        // ICONTEXT SIDEMENU START
        $('body').addClass('icontext-menu');
        $('body').addClass('sidenav-toggled');
        if((document.querySelector('body').classList.contains('login-img')) ){
            return;
        }       
        else if((document.querySelector('body').classList.contains('error-bg'))){
            return;
        }
        else{
            icontext();
        }
       // ICONTEXT SIDEMENU END
        

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) How to Enable Closed-Menu?

To enable Closed-Menu you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for CLOSED SIDEMENU START as shown in below


        // CLOSED SIDEMENU START
            // $('body').addClass('closed-leftmenu');
            // $('body').addClass('sidenav-toggled');
        // CLOSED SIDEMENU END
        
Remove the comments to enable Closed Sidemenu as shown below

        // CLOSED SIDEMENU START
            $('body').addClass('closed-leftmenu');
            $('body').addClass('sidenav-toggled');
       // CLOSED SIDEMENU END
        

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 Icon Overlay

To enable Icon Overlay you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for ICON OVERLAY SIDEMENU START as shown in below


        // ICON OVERLAY SIDEMENU START
        // $('body').addClass('icon-overlay');
        // $('body').addClass('sidenav-toggled');
        // if((document.querySelector('body').classList.contains('login-img')) ){
        //     return;
        // }       
        // else if((document.querySelector('body').classList.contains('error-bg'))){
        //     return;
        // }
        // else{
        //     hovermenu();
        // }
        // ICON OVERLAY SIDEMENU END
        
Remove the comments to enable sideicon-menu as shown below

        // ICON OVERLAY SIDEMENU START
        $('body').addClass('icon-overlay');
        $('body').addClass('sidenav-toggled');
        if((document.querySelector('body').classList.contains('login-img')) ){
            return;
        }       
        else if((document.querySelector('body').classList.contains('error-bg'))){
            return;
        }
        else{
            hovermenu();
        }
        // ICON OVERLAY SIDEMENU END
        

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.

22) How to Enable Hover Submenu

To enable Hover Submenu you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for HOVER SUBMENU START as shown in below


        /// HOVER SUBMENU START
        // $('body').addClass('hover-submenu');
        // $('body').addClass('sidenav-toggled');
        // if((document.querySelector('body').classList.contains('login-img')) ){
        //     return;
        // }       
        // else if((document.querySelector('body').classList.contains('error-bg'))){
        //     return;
        // }
        // else{
        //     hovermenu();
        // }
        // HOVER SUBMENU END
        
Remove the comments to enable Hover Submenu as shown below

        // HOVER SUBMENU START
        $('body').addClass('hover-submenu');
        $('body').addClass('sidenav-toggled');
        if((document.querySelector('body').classList.contains('login-img')) ){
            return;
        }       
        else if((document.querySelector('body').classList.contains('error-bg'))){
            return;
        }
        else{
            hovermenu();
        }
       // HOVER SUBMENU END
        

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.

23) How to Enable Hover Submenu style1

To enable Hover submenu style1 you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for HOVER SUBMENU STYLE-1 START as shown in below


        // HOVER SUBMENU STYLE-1 START
        // $('body').addClass('hover-submenu1');
        // $('body').addClass('sidenav-toggled');
        // if((document.querySelector('body').classList.contains('login-img')) ){
        //     return;
        // }       
        // else if((document.querySelector('body').classList.contains('error-bg'))){
        //     return;
        // }
        // else{
        //     hovermenu();
        // }
        // HOVER SUBMENU STYLE-1 END
        
Remove the comments to enable Hover Submenu Style1 as shown below

        // HOVER SUBMENU STYLE-1 START
        $('body').addClass('hover-submenu1');
        $('body').addClass('sidenav-toggled');
        if((document.querySelector('body').classList.contains('login-img')) ){
            return;
        }       
        else if((document.querySelector('body').classList.contains('error-bg'))){
            return;
        }
        else{
            hovermenu();
        }
       // HOVER SUBMENU STYLE-1 END
        

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.

24) How to Enable Horizontal layout

To enable Horizontal layout you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for horizontal as shown in below


        // $('body').addClass('horizontal');
        
Remove the comments to enable Horizontal layout as shown below

        $('body').addClass('horizontal');
        

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.

25) How to Enable Horizontal Hover layout

To enable Horizontal Hover layout you have to open custom.js file present in (resources/assets/js/custom.js) file and remove comments for horizontal-hover as shown in below


        // $('body').addClass('horizontal-hover');
        
Remove the comments to enable Horizontal Hover layout as shown below

        $('body').addClass('horizontal-hover');
        

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.

26) How to Enable Horizontal or Horizantal Hover layout With Wrap Style

NOTE: By default nowrapstyle is given for horizontal and horizontal-hover menu styles, if you want to change it to wrap style please follow below process.

Open custom.js file present in resources/assets/js/custom.js in that file you will find below js, change the styles as per your requirements.


		// To enable no-wrap horizontal style
        $('#slide-left').removeClass('d-none');
        $('#slide-right').removeClass('d-none');
        document.querySelector('.horizontal .side-menu').style.flexWrap = 'nowrap'
        // To enable wrap horizontal style
        // $('#slide-left').addClass('d-none');
        // $('#slide-right').addClass('d-none');
        // document.querySelector('.horizontal .side-menu').style.flexWrap = 'wrap'
	
uncomment wrap horizontal style and comment no-wrap horizontal style as shown below

		// To enable no-wrap horizontal style
        // $('#slide-left').removeClass('d-none');
        // $('#slide-right').removeClass('d-none');
        document.querySelector('.horizontal .side-menu').style.flexWrap = 'nowrap'
        // To enable wrap horizontal style
         $('#slide-left').addClass('d-none');
         $('#slide-right').addClass('d-none');
        // document.querySelector('.horizontal .side-menu').style.flexWrap = 'wrap'
	
Below Image Shows How Wrap and Nowrap Styles Looks like.

Example:

Simply you can change noWrap with wrapto change the style of Horizontal or Horizontal Hover Menus

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.