@extends('layout.default', ['bodyClass' => 'app-with-bg', 'appClass' => 'app-boxed-layout']) @section('title', 'Boxed Layout') @push('scripts') @endpush @section('content')

Boxed Layout page header description goes here...


Add the .app-boxed-layout css class to .app container and .app-with-bg css class to <body> for boxed layout page setting.

<body class="app-with-bg">
  <div id="app" class="app app-boxed-layout">
    ...
  </div>
</body>
@endsection