Files
2025-09-03 12:21:12 +05:45

150 lines
6.7 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>@yield('title') - Arogin Health Care</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
@yield('meta')
<meta property="og:image" content="{{ asset('source/images/logo.png') }}" />
<meta name="google-site-verification" content="0g0llFigiXyzGlN8pjrs4SjX8imMcCdR9hl18sAi5Bo" />
@hasSection('canonical')
@yield('canonical')
@else
<link rel="canonical" href="https://aroginhealthcare.com/" />
@endif
<link rel="icon" type="image/png" sizes="16x16" href="{{ asset('source/images/favicon-16x16.png') }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ asset('source/images/favicon-32x32.png') }}">
<link rel="icon" type="image/png" sizes="48x48" href="{{ asset('source/images/favicon-48x48.png') }}">
<link rel="icon" type="image/png" sizes="96x96" href="{{ asset('source/images/favicon-96x96.png') }}">
<link rel="icon" type="image/png" sizes="192x192" href="{{ asset('source/images/favicon-192x192.png') }}">
<link rel="shortcut icon" href="{{ asset('source/images/favicon.ico') }}" type="image/x-icon">
<!-- Stylesheets -->
<link href="{{ asset('source/css/bootstrap.min.css') }}" rel="stylesheet">
<link href="{{ asset('source/css/revolution-slider.min.css') }}" rel="stylesheet">
<link href="{{ asset('source/css/owl.min.css') }}" rel="stylesheet">
<link href="{{ asset('source/css/magnific-popup.min.css') }}" rel="stylesheet">
<link href="{{ asset('source/css/font-awesome.css') }}" rel="stylesheet">
<link href="{{ asset('source/css/flaticon.css') }}" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
<link rel="stylesheet" href="https://unpkg.com/intl-tel-input@17.0.19/build/css/intlTelInput.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css">
<link href="https://arogin.thikeniraj.com.np/source/css/style.min.css" rel="stylesheet">
<link href="https://arogin.thikeniraj.com.np/source/css/custom.css" rel="stylesheet">
<link href="{{ asset('source/css/custom.css') }}" rel="stylesheet">
<!-- Responsive -->
<link href="{{ asset('source/css/responsive.css') }}" rel="stylesheet">
<!-- 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=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5T243ZHB');</script>
<!-- End Google Tag Manager -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Arogin Health Care & Research Center",
"url": "https://aroginhealthcare.com/",
"logo": "https://aroginhealthcare.com/source/images/favicon.png"
}
</script>
</head>
<style>
.content-column ul li {
list-style-type: disc !important;
list-style-position: outside !important;
margin-left: 20px !important;
display: list-item !important;
}
</style>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5T243ZHB"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="page-wrapper">
@include('theme.spade.layouts.includes.header')
@yield('content')
@include('theme.spade.layouts.includes.footer')
{{-- <a class="whatsapp-icon" href="https://wa.me/{{ $generalSetting['mobile_number'] }}" target="_blank"><img src="https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg" alt="WhatsApp" />
</a> --}}
</div>
<!--End pagewrapper-->
<script src="{{ asset('source/js/jquery.min.js') }}"></script>
<script src="{{ asset('source/js/bootstrap.min.js') }}"></script>
<script src="{{ asset('source/js/jquery.popup.min.js') }}"></script>
<script src="{{ asset('source/js/revolution.min.js') }}"></script>
<script src="{{ asset('source/js/bxslider.min.js') }}"></script>
<script src="{{ asset('source/js/owl.carousel.min.js') }}"></script>
<script src="{{ asset('source/js/jquery.mixitup.min.js') }}"></script>
<script src="{{ asset('source/js/jquery.fancybox.pack.min.js') }}"></script>
<script src="{{ asset('source/js/wow.min.js') }}"></script>
<script src="{{ asset('source/js/googlemaps.min.js') }}"></script>
<script src="{{ asset('source/js/script.min.js') }}"></script>
<script src="https://maps.google.com/maps/api/js?sensor=true"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.19/js/intlTelInput.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.19/js/utils.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
<script>
$(document).ready(function () {
$(".phone-number").each(function () {
var input = this;
var iti = window.intlTelInput(input, {
initialCountry: "auto",
geoIpLookup: function (success, failure) {
$.get("https://ipinfo.io", function () {}, "jsonp").always(function (resp) {
var countryCode = (resp && resp.country) ? resp.country : "us";
success(countryCode);
});
},
separateDialCode: true,
utilsScript: "https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/js/utils.js"
});
// attach validation hook globally
$(input).closest("form").on("submit.validatePhone", function (e) {
// phone must be valid first
if (!iti.isValidNumber()) {
e.preventDefault();
e.stopImmediatePropagation();
toastr.error("Invalid phone number. Please check and try again.");
}
else{
// set formatted number so AJAX gets correct value
$(input).val(iti.getNumber());
}
});
});
});
</script>
@stack('js')
</body>
</html>