# How to change the layout

**How to change the layout**

If you want to change any layout you just go through your file and in that you find the code `@extends('layouts/defalut')` . This code will be change into `@extends('layouts/fixed_header')` or `@extends('layouts/fixed_menu')` or `@extends('layouts/compact_menu')` or `@extends('layouts/fixed_menu_header').`
