@extends("shared.base", ["title" => "Preloader Layout"]) @section("styles") @endsection @section("content")
@include("shared.partials.topbar") @include("shared.partials.sidenav")
@include("shared.partials.page-title", ["subtitle" => "Layouts", "title" => "Preloader"])
Loading...

Your custom content here

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