@extends('layout.default', [ 'appSidebarHide' => true, 'appClass' => 'app-content-full-width' ]) @section('title', 'Full Width') @push('js') @endpush @section('content')
Add the .app-content-full-width css class to .app container for full width page setting.