@extends("shared.base", ["title" => "Scrollable Layout"]) @section("html_attribute") data-layout-position="scrollable" @endsection @section("styles") @endsection @section("content")
@include("shared.partials.topbar") @include("shared.partials.sidenav")
@include("shared.partials.page-title", ["subtitle" => "Layouts", "title" => "Scrollable"])
To enable full scrolling and view all content, please add data-layout-position="scrollable" to the <html> tag.
@include("shared.partials.footer")
@include("shared.partials.customizer") @include("shared.partials.footer-scripts") @endsection @section("scripts") @endsection