firstcommit

This commit is contained in:
2025-08-17 16:23:14 +05:45
commit 76bf4c0a18
2648 changed files with 362795 additions and 0 deletions

View File

@@ -0,0 +1,74 @@
<!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 href="{{ asset('source/images/favicon.ico') }}" rel="shortcut icon" 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 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">
<!-- Responsive -->
<link href="{{ asset('source/css/responsive.css') }}" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LZNMR43YR5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LZNMR43YR5');
</script>
</script>
</head>
<body>
<div class="page-wrapper">
@include('theme.spade.layouts.includes.header')
@yield('content')
@include('theme.spade.layouts.includes.footer')
</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>
</body>
</html>