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