> For the complete documentation index, see [llms.txt](https://lorvent.gitbook.io/admire/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lorvent.gitbook.io/admire/laravel-version/how-to-change-the-layout.md).

# 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').`
