@extends("shared.base", ["title" => "Compact Layout"]) @section("styles") @endsection @section("content")
@include("shared.partials.topbar") @include("shared.partials.sidenav")
@include("shared.partials.page-title", ["subtitle" => "Layouts", "title" => "Compact"])
To use the compact layout, follow this structure: wrap your page title in <div class="container-fluid"> and place your main content inside <div class="container-xl"> . This ensures proper spacing and alignment.

Your custom content here

@include("shared.partials.footer")
@include("shared.partials.customizer") @include("shared.partials.footer-scripts") @endsection @section("scripts") @endsection