CasperSecurity
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>YoByTech - MBD360</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="{{asset('assets/media/logos/y_logo.png')}}" />
<!--begin::Fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" />
<!--end::Fonts-->
<!--begin::Global Stylesheets Bundle(used by all pages)-->
<link href="../../assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css" />
<link href="../../assets/css/style.bundle.css" rel="stylesheet" type="text/css" />
<!--end::Global Stylesheets Bundle-->
<!--Begin::Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '../../../../www.googletagmanager.com/gtm5445.html?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5FS8GGP');</script>
<!--End::Google Tag Manager -->
@yield('externalcss')
@livewireStyles
@livewireScripts
</head>
<body id="kt_body" class="auth-bg">
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5FS8GGP" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<div class="main-wrapper">
{{$slot}}
</div>>
<!-- /Main Wrapper -->
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script>var hostUrl = "../../assets/index.html";</script>
<!--begin::Global Javascript Bundle(used by all pages)-->
<script src="../../assets/plugins/global/plugins.bundle.js"></script>
<script src="../../assets/js/scripts.bundle.js"></script>
<!--end::Global Javascript Bundle-->
<!--begin::Page Custom Javascript(used by this page)-->
<script src="../../assets/js/custom/authentication/password-reset/password-reset.js"></script>
<!--end::Page Custom Javascript-->
<!--end::Javascript-->
@livewireScripts
@yield('externaljs')
</body>
</html>