clear
  • Introduction
  • HTML
  • Html Structure
    • Header
    • Left Side Menu
    • Right Side Menu
    • Main Content
      • Buttons
      • Font Icons
      • Progress Bars
      • Maps
      • Lock Screen
  • FAQ's
  • SCSS
  • CSS Files
  • Javascript Files
  • Plugins
  • Start New Page
    • Menu Bar Fold
    • Boxed and Moveable Header
    • Moveable Header
    • Boxed and Fixed Header
    • Fixed Header and Menu
  • Vue Version
    • Basic Installation
      • Clear 1.7 installation
    • Basic Structure
      • Layout structure
      • Leftmenu structure
      • Start New Page
      • Changing layouts
  • Changing Color Scheme
  • Laravel Spark Skin
    • Spark Installation
    • Using .vue files
    • Adding External Plugins
  • Laravel Version
    • Changing skin
    • Changing Layouts
Powered by GitBook
On this page

Was this helpful?

  1. Laravel Version

Changing Layouts

To change any layout you just go through your file and in that you find the code

@extends('layouts/defalut')

Modify the above line as

@extends('layouts.menubarfold')

or

@extends('layouts.mini_sidebar')

or

@extends('layouts.layout_movable_header'

or

@extends('layouts.layout_fixed')

or

@extends('layouts.layout_boxed_fixed_header')

or

@extends('layouts.horizontal_menu')

or

@extends('layouts.boxed_movable_header')

Note: There are different styles of header and menu layout files are available.

  • Default Layout

  • Menubarfold Layout

  • Mini Sidebar Layout

  • Movable Header Layout

  • Fixed Layout

  • Boxed and Fixed Header Layout

  • Horizontal Menu Layout

  • Boxed Movable Header Layout

PreviousChanging skin

Last updated 5 years ago

Was this helpful?