Full Width page header description goes here...
Add the .app-content-full-width
css class to .app
container for full width page setting.
<div id="app" class="app app-content-full-width">
...
</div>
@extends('layout.default', ['sidebarHide' => true, 'appClass' => 'app-content-full-width']) @section('title', 'Full Width') @push('scripts') @endpush @section('content')
Add the .app-content-full-width
css class to .app
container for full width page setting.
<div id="app" class="app app-content-full-width">
...
</div>