@extends('layouts.vertical', ['title' => 'Compact Layout']) @section('content')
@include('layouts.partials/page-title', ['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.
@endsection @section('scripts') @endsection