@extends('layout.default', ['sidebarHide' => true, 'appClass' => 'app-content-full-width']) @section('title', 'Full Width') @push('scripts') @endpush @section('content')

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>

Back to previous Page

@endsection