@extends("shared.base", ["title" => "Horizontal Menu"]) @section("html_attribute") data-layout="topnav" data-topbar-color="dark" data-menu-color="light" @endsection @section("styles") @endsection @section("content")
@include("shared.partials.topbar") @include("shared.partials.horizontal-nav")
@include("shared.partials.page-title", ["subtitle" => "Layouts", "title" => "Horizontal"])

Your custom content here

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