@extends("shared.base", ["title" => $title ?? "EMR Dashboard"]) @section("styles") @include("partials.styles") @yield("styles") @endsection @section("content")
@include("partials.navbar") @include("partials.sidebar")
@include("partials.alerts") @yield("content_body")
@include("partials.footer")
@include("shared.partials.footer-scripts") @endsection @section("scripts") @include("partials.scripts") @yield("scripts") @endsection