firstcommit
This commit is contained in:
51
resources/views/theme/spade/errors/404.blade.php
Normal file
51
resources/views/theme/spade/errors/404.blade.php
Normal file
@@ -0,0 +1,51 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
|
||||
@section('title') {{ env('APP_NAME') }} @endsection
|
||||
|
||||
@section('meta')
|
||||
<meta name="title" content="{{ $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ $seoSetting['meta_keywords'] }}" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@php
|
||||
$breadcrumbData = [
|
||||
[
|
||||
'title' => 'Error',
|
||||
'link' => null
|
||||
],
|
||||
[
|
||||
'title' => '404',
|
||||
'link' => null
|
||||
]
|
||||
];
|
||||
@endphp
|
||||
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
|
||||
|
||||
<section class="privary-policy">
|
||||
<div class="auto-container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="blog-area">
|
||||
<div class="post-item">
|
||||
<div class="post wow fadeInUp animated" style="margin-bottom: 0px; visibility: visible; animation-name: fadeInUp;">
|
||||
<div class="post-content wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">
|
||||
<div class="text-center">
|
||||
<img src="{{ asset('source/images/404.jpg') }}" height="250" style="padding-bottom: 20px;">
|
||||
<p>We are sorry, but the page you requested was not found.</p>
|
||||
<div class="link-btn">
|
||||
<a href="{{ route('home') }}" class="primary-btn hvr-bounce-to-left">
|
||||
<span class="btn-text">Back to Home</span> <strong class="icon"><span class="f-icon flaticon-right11"></span></strong>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@endsection
|
51
resources/views/theme/spade/errors/500.blade.php
Normal file
51
resources/views/theme/spade/errors/500.blade.php
Normal file
@@ -0,0 +1,51 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
|
||||
@section('title') {{ env('APP_NAME') }} @endsection
|
||||
|
||||
@section('meta')
|
||||
<meta name="title" content="{{ $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ $seoSetting['meta_keywords'] }}" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@php
|
||||
$breadcrumbData = [
|
||||
[
|
||||
'title' => 'Error',
|
||||
'link' => null
|
||||
],
|
||||
[
|
||||
'title' => '500',
|
||||
'link' => null
|
||||
]
|
||||
];
|
||||
@endphp
|
||||
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
|
||||
|
||||
<section class="privary-policy">
|
||||
<div class="auto-container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="blog-area">
|
||||
<div class="post-item">
|
||||
<div class="post wow fadeInUp animated" style="margin-bottom: 0px; visibility: visible; animation-name: fadeInUp;">
|
||||
<div class="post-content wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">
|
||||
<div class="text-center">
|
||||
<img src="{{ asset('source/images/500.jpg') }}" height="360">
|
||||
<p>We are sorry, but the page you requested was not found.</p>
|
||||
<div class="link-btn">
|
||||
<a href="{{ route('home') }}" class="primary-btn hvr-bounce-to-left">
|
||||
<span class="btn-text">Back to Home</span> <strong class="icon"><span class="f-icon flaticon-right11"></span></strong>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@endsection
|
328
resources/views/theme/spade/index.blade.php
Normal file
328
resources/views/theme/spade/index.blade.php
Normal file
@@ -0,0 +1,328 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
|
||||
@section('title')
|
||||
The Best Hair Transplant In Nepal
|
||||
@endsection
|
||||
|
||||
@section('meta')
|
||||
<meta name="title" content="{{ $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ $seoSetting['meta_keywords'] }}" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
|
||||
{{-- /* ------------------------------ Video Section ----------------------------- */ --}}
|
||||
<div class="video-container">
|
||||
<!-- Video -->
|
||||
<video autoplay muted loop>
|
||||
<source src="{{ asset('source/videos/manoj_gajurel.mp4') }}" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
<!-- Overlay -->
|
||||
<div class="overlay"></div>
|
||||
<!-- Caption -->
|
||||
<div class="caption">
|
||||
<h1>
|
||||
{{ $homePage->title ?? 'Leading Hair Transplant in Nepal' }}
|
||||
</h1>
|
||||
<div class="link-btn">
|
||||
<a href="{{ route('doctor_provider') }}" class="primary-btn light hvr-bounce-to-left">
|
||||
<span class="btn-text appointment">Book Your Appointment</span>
|
||||
<strong class="icon"><span class="f-icon flaticon-right11"></span></strong>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{-- /* ------------------------ Transformation Section ----------------------- */ --}}
|
||||
<section class="transformation-area">
|
||||
<div class="auto-container">
|
||||
<div class="sec-title wow fadeInLeft animated animated" data-wow-delay="300ms" data-wow-duration="1000ms"
|
||||
style="visibility: visible; animation-duration: 1000ms; animation-delay: 300ms;">
|
||||
<h2>Transformations</h2>
|
||||
</div>
|
||||
<div class="transformation-slider">
|
||||
@empty(!$transformations)
|
||||
@foreach ($transformations ?? [] as $transformation)
|
||||
<article class="post-container wow fadeInUp slide-item" data-wow-delay="0ms" data-wow-duration="1000ms">
|
||||
<div class="post-inner-content">
|
||||
<figure class="image">
|
||||
<div class="flex flex-row gap-[10px]">
|
||||
<div data-aos="fade-up" data-aos-duration="1500" data-aos-offset="100">
|
||||
<div class="relative">
|
||||
<img src="{{ $transformation->beforeImage }}" alt="" class="">
|
||||
</div>
|
||||
</div>
|
||||
<div data-aos="fade-down" data-aos-duration="1500" data-aos-offset="100">
|
||||
<div class="relative">
|
||||
<img src="{{ $transformation->afterImage }}" alt="" class="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<span class="curve"></span>
|
||||
</figure>
|
||||
<div class="content">
|
||||
<div class="text-center">
|
||||
<span>
|
||||
{{ $transformation->graft . ' Grafts' }}
|
||||
@if($transformation->grade)
|
||||
{{ ' for ' . $transformation->grade . ' Grade' }}
|
||||
@endif
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
@endforeach
|
||||
@else
|
||||
Transformation not found !
|
||||
@endempty
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{-- /* ------------------------ Video Testimonial Section ----------------------- */ --}}
|
||||
<section class="videos-area">
|
||||
<div class="auto-container">
|
||||
<div class="videos-slider">
|
||||
@empty(!$videoTestimonials)
|
||||
@foreach ($videoTestimonials ?? [] as $videoTestimonial)
|
||||
<!--Post-->
|
||||
<article class="post-container wow fadeInUp slide-item" data-wow-delay="0ms" data-wow-duration="1000ms">
|
||||
<div class="post-inner-content">
|
||||
<figure class="image">
|
||||
{!! $videoTestimonial->link !!}
|
||||
<span class="curve"></span>
|
||||
</figure>
|
||||
<div class="content text-white">
|
||||
<div class="inner-content-box">
|
||||
<h4 class="sub-title">{{ $videoTestimonial->name }}</h4>
|
||||
<div class="text">
|
||||
<p>
|
||||
{{ $videoTestimonial->designation }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
@endforeach
|
||||
@else
|
||||
Video Testimonial not found !
|
||||
@endempty
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{-- /* ----------------------- Normal Testimonial Section ----------------------- */ --}}
|
||||
<section class="testimonial-area top-services" id="patients-and-visitors">
|
||||
<div class="auto-container">
|
||||
<div class="sec-title wow fadeInLeft animated" data-wow-delay="300ms" data-wow-duration="1000ms"
|
||||
style="visibility: visible; animation-duration: 1000ms; animation-delay: 300ms;">
|
||||
<h2>Testimonials</h2>
|
||||
</div>
|
||||
<div class="testimonial-slider">
|
||||
@empty(!$normalTestimonials)
|
||||
@foreach ($normalTestimonials as $normalTestimonial)
|
||||
<article class="post wow fadeInUp slide-item" data-wow-delay="0ms" data-wow-duration="1000ms">
|
||||
<div class="post-inner">
|
||||
<figure class="image">
|
||||
<img class="img-responsive" src="{{ $normalTestimonial->full_image }}" alt="Image" />
|
||||
<span class="curve"></span>
|
||||
</figure>
|
||||
<div class="content">
|
||||
<div class="inner-box">
|
||||
<h3>{{ $normalTestimonial->name }}</h3>
|
||||
<div class="text" style="height:265px; overflow:hidden">
|
||||
<p>{{ $normalTestimonial->statement }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
@endforeach
|
||||
@endempty
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{-- /* --------------------------- Team Member Section -------------------------- */ --}}
|
||||
<section class="team-of-proessionals">
|
||||
<div class="auto-container">
|
||||
<div class="clearfix">
|
||||
<div class="col-md-12">
|
||||
<div class="sec-title wow fadeInLeft animated" data-wow-delay="300ms" data-wow-duration="1000ms"
|
||||
style="visibility: visible; animation-duration: 1000ms; animation-delay: 300ms;">
|
||||
<h2>Doctors</h2>
|
||||
</div>
|
||||
<div class="row" data-wow-delay="300ms" data-wow-duration="1000ms">
|
||||
<div class="clearfix">
|
||||
@empty(!$teamMembers)
|
||||
@foreach ($teamMembers as $teamMember)
|
||||
<article class="col-md-3 col-sm-6 col-xs-12">
|
||||
<div class="candidate radius">
|
||||
<div class="candidate-margins format-link">
|
||||
<a href="javascript:;" class="media-box">
|
||||
<img src="{{ $teamMember->full_image }}" alt="{{ $teamMember->name }}"
|
||||
class="img-responsive">
|
||||
</a>
|
||||
<div class="inner-box">
|
||||
<h3>
|
||||
<a href="javascript:;">{{ $teamMember->name }}</a>
|
||||
<span>{{ $teamMember->designation }}</span>
|
||||
<span>{!! $teamMember->detail !!}</span>
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
@endforeach
|
||||
@endempty
|
||||
<div style="clear:both"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="link-btn wow fadeInUp animated flex justify-content-center mt-10" data-wow-delay="600ms"
|
||||
data-wow-duration="1000ms"
|
||||
style="visibility: visible; animation-duration: 1000ms; animation-delay: 600ms;">
|
||||
<a href="{{ route('doctor_provider') }}" class="primary-btn light hvr-bounce-to-left">
|
||||
<span class="btn-text">View All</span> <strong class="icon"><span
|
||||
class="f-icon flaticon-right11"></span></strong>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{-- /* ---------------------------- About Us Section ---------------------------- */ --}}
|
||||
<section class="we-are-best mt-80">
|
||||
<div class="auto-container">
|
||||
<div class="row clearfix">
|
||||
<div class="col-md-6 col-sm-6 col-xs-12 image-side">
|
||||
<figure class="image">
|
||||
<img class="img-responsive" src="{{ $aboutPage->full_image }}" alt="Arogin Image">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-6 col-xs-12 text-side">
|
||||
<h2 class="wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1000ms">
|
||||
<span style="color:white;">{{ $aboutPage->title }}</span>
|
||||
</h2>
|
||||
<div class="text wow fadeInUp" data-wow-delay="300ms" data-wow-duration="1000ms">
|
||||
<p>{{ $aboutPage->summary }}</p>
|
||||
</div>
|
||||
<div class="link-btn wow fadeInUp" data-wow-delay="600ms" data-wow-duration="1000ms">
|
||||
<a href="{{ route('about_us') }}" class="primary-btn light hvr-bounce-to-left">
|
||||
<span class="btn-text">Read More</span> <strong class="icon"><span
|
||||
class="f-icon flaticon-right11"></span></strong>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{-- /* -------------------------- Feature News Section -------------------------- */ --}}
|
||||
<section class="news-area">
|
||||
<div class="auto-container">
|
||||
<div class="sec-title wow fadeInLeft" data-wow-delay="300ms" data-wow-duration="1000ms">
|
||||
<h2>Blogs</h2>
|
||||
</div>
|
||||
<div class="news-slider">
|
||||
@empty(!$blogs)
|
||||
@foreach ($blogs as $blog)
|
||||
<article class="slide-item">
|
||||
<figure class="image">
|
||||
<img src="{{ $blog->full_image }}" alt="{{ $blog->title }}" height="280">
|
||||
</figure>
|
||||
<div class="content-box">
|
||||
<div class="text-content">
|
||||
<h3><a href="{{ route('single_blog', $blog->slug) }}">{{ $blog->title }}</a></h3>
|
||||
<div class="info">{{ date('M d, Y', strtotime($blog->published_date)) }}</div>
|
||||
<div class="text" style="height:55px; overflow:hidden">{{ $blog->summary }}</div>
|
||||
<div class="link-btn">
|
||||
<a href="{{ route('single_blog', $blog->slug) }}"
|
||||
class="primary-btn hvr-bounce-to-left">
|
||||
<span class="btn-text">LEARN MORE</span> <strong class="icon"><span
|
||||
class="f-icon flaticon-right11"></span></strong>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
@endforeach
|
||||
@endempty
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{-- /* -------------------------- Get In Touch Section -------------------------- */ --}}
|
||||
<section class="contact-us py-90" style="background-color:#edf9f4">
|
||||
<div class="auto-container clearfix">
|
||||
<div class="sec-title wow fadeInLeft animated overflow-hidden" data-wow-delay="300ms"
|
||||
data-wow-duration="1000ms"
|
||||
style="visibility: visible; animation-duration: 1000ms; animation-delay: 300ms;">
|
||||
<h2>Contact Us</h2>
|
||||
</div>
|
||||
<div class="flex justify-content-center">
|
||||
<div class="w-70; mx-auto">
|
||||
<p>Have any questions? Leave us your contact information, and we’ll reach out to you.</p>
|
||||
<form action="{{ route('contactUsMessage') }}" method="post">
|
||||
@csrf
|
||||
<div class="row g-3">
|
||||
<div class="col-md-6 mb-10">
|
||||
<label for="full-name" class="form-label">Full Name</label>
|
||||
<input type="text" class="form-control" id="full-name" name="full_name"
|
||||
placeholder="Full Name" required>
|
||||
@error('full_name')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-6 mb-10">
|
||||
<label for="address" class="form-label">Address</label>
|
||||
<input type="text" class="form-control" id="address" name="address"
|
||||
placeholder="Address" required>
|
||||
@error('address')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-6 mb-10">
|
||||
<label for="email-id" class="form-label">Email ID</label>
|
||||
<input type="email" class="form-control" id="email-id" name="email"
|
||||
placeholder="yourname@gmail.com" required>
|
||||
@error('email')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-6 mb-10">
|
||||
<label for="phone-number" class="form-label">Contact Number</label>
|
||||
<input type="text" class="form-control" id="phone-number" name="phone"
|
||||
placeholder="98XXXXXXXX">
|
||||
@error('phone')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12 mb-10">
|
||||
<label for="message" class="form-label">Message</label>
|
||||
<textarea class="form-control" id="message" name="message" placeholder="Write message here.." rows="5"
|
||||
required></textarea>
|
||||
@error('message')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-12 flex justify-content-center pt-30">
|
||||
<button type="submit" class="primary-btn light hvr-bounce-to-left">
|
||||
<span class="btn-text">Submit</span>
|
||||
<strong class="icon">
|
||||
<span class="f-icon flaticon-right11"></span>
|
||||
</strong>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@endsection
|
@@ -0,0 +1,21 @@
|
||||
<section class="page-banner" style="background-image:url({{ asset('source/images/background/page-banner-bg-2.jpg') }});">
|
||||
<div class="auto-container text-center">
|
||||
<h1>{{ end($breadcrumbData)['title'] }}</h1>
|
||||
<ul class="bread-crumb">
|
||||
<li>
|
||||
<a href="{{ route('home') }}">Home</a>
|
||||
</li>
|
||||
@foreach ($breadcrumbData as $key => $breadcrumb)
|
||||
@if (isset($breadcrumb['link']) && $breadcrumb['link'])
|
||||
<li>
|
||||
<a href="{{ $breadcrumb['link'] }}">{{ $breadcrumb['title'] }}</a>
|
||||
</li>
|
||||
@else
|
||||
<li>
|
||||
<span>{{ $breadcrumb['title'] }}</span>
|
||||
</li>
|
||||
@endif
|
||||
@endforeach
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
103
resources/views/theme/spade/layouts/includes/footer.blade.php
Normal file
103
resources/views/theme/spade/layouts/includes/footer.blade.php
Normal file
@@ -0,0 +1,103 @@
|
||||
<!--Main Footer-->
|
||||
<footer class="main-footer">
|
||||
<div class="auto-container">
|
||||
<!--Subscribe Area-->
|
||||
<div class="subscribe-area">
|
||||
<div class="subs-box">
|
||||
<div class="row clearfix">
|
||||
<h2 class="col-md-12 col-sm-12 col-xs-12 text-center">
|
||||
<p style="color: white;">Present & Future of quality medical services</p>
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Footer Widget Area-->
|
||||
<div class="footer-widget-area clearfix">
|
||||
<div class="footer-widget address col-md-12 col-sm-12 col-xs-12 wow fadeInUp" data-wow-delay="600ms"
|
||||
data-wow-duration="1000ms">
|
||||
<div class="widget-content" style="max-width:100%">
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<h3>Contact Us</h3>
|
||||
{{-- @dd($generalSetting) --}}
|
||||
<ul class="info">
|
||||
<li>
|
||||
<strong>{{ $generalSetting['company_name'] }}</strong>
|
||||
</li>
|
||||
<li>
|
||||
{{ $generalSetting['address'] }}
|
||||
</li>
|
||||
<li>
|
||||
(977) {{ $generalSetting['contact_number'] }}
|
||||
</li>
|
||||
<li>
|
||||
{{-- (977) {{ $generalSetting['mobile_number'] }} --}}
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="mailto:{{ $generalSetting['info_email_address'] }}">{{ $generalSetting['info_email_address'] }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<h3>Policy</h3>
|
||||
<ul class="info">
|
||||
<li>
|
||||
<a href="{{ route('privacyPolicy') }}"> Privacy Policy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route('termsOfService') }}"> Terms of Service</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<h3>Quick Link</h3>
|
||||
<ul class="info">
|
||||
<li>
|
||||
<a href="{{ route('about_us') }}"> About Us</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route('hair_transplant') }}"> Hair Transplant</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route('doctor_provider') }}"> Doctors & Provider</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route('blogs') }}"> Blogs</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route('faqs') }}"> FAQs</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route('contact_us') }}"> Contact Us</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<h3>Get in Touch</h3>
|
||||
<ul class="info">
|
||||
<li>
|
||||
<span>Subscribe for Free Hair Consultation.</span>
|
||||
</li>
|
||||
<li>
|
||||
<form action="{{ route('subscribe') }}" method="post">
|
||||
@csrf
|
||||
<input type="email" class="form-control mb-10" name="email" aria-label="Email Address" placeholder="Your email address" required="">
|
||||
<input type="submit" class="btn btn-success btn-sm hvr-bounce-to-left" value="Subscribe Now">
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Footer Bottom-->
|
||||
<div class="footer-bottom">
|
||||
<div class="auto-container text-center">Copyright ©
|
||||
{{ date('Y') . ' ' . $generalSetting['company_name'] . ' (P) Ltd' }}
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!--Main Footer End-->
|
133
resources/views/theme/spade/layouts/includes/header.blade.php
Normal file
133
resources/views/theme/spade/layouts/includes/header.blade.php
Normal file
@@ -0,0 +1,133 @@
|
||||
<!-- Main Header -->
|
||||
<header class="main-header style-one">
|
||||
|
||||
<!-- Header Top -->
|
||||
<div class="header-top">
|
||||
<div class="auto-container clearfix">
|
||||
<!-- Top Left -->
|
||||
<div class="top-left pull-left clearfix">
|
||||
<div class="email pull-left">
|
||||
<a href="mailto:{{ $generalSetting['info_email_address'] }}">
|
||||
<span class="f-icon flaticon-email145"> </span> {{ $generalSetting['info_email_address'] }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="phone pull-left">
|
||||
<a href="tel:" {{ $generalSetting['contact_number'] }}>
|
||||
<span class="f-icon flaticon-phone325"> </span> (977)
|
||||
{{ $generalSetting['contact_number'] }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Top Right -->
|
||||
<nav class="top-right pull-right">
|
||||
<ul class="social-links">
|
||||
<li><a href="https://www.facebook.com/arogin.hairandskin" target="_blank" rel="noopener"><i class="fab fa-facebook-f"></i></a></li>
|
||||
<li><a href="https://www.instagram.com/arogin_healthcare/" target="_blank" rel="noopener"><i class="fab fa-instagram"></i></a></li>
|
||||
<li><a href="https://www.tiktok.com/@arogin_healthcare" target="_blank" rel="noopener"><i class="fab fa-tiktok"></i></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Header Lower -->
|
||||
<div class="header-lower">
|
||||
<div class="auto-container clearfix">
|
||||
<!--Logo-->
|
||||
@if (isset($generalSetting['primary_image']))
|
||||
<div class="logo">
|
||||
<a href="{{ route('home') }}">
|
||||
<img src="{{ asset('storage/uploads/' . $generalSetting['primary_image']) }}" alt="{{ $generalSetting['company_name'] }}" title="{{ $generalSetting['company_name'] }}" style="max-height: 70px">
|
||||
</a>
|
||||
</div>
|
||||
@endif
|
||||
<!--Right Container-->
|
||||
<div class="right-cont clearfix">
|
||||
<!-- Main Menu -->
|
||||
<nav class="main-menu">
|
||||
<div class="navbar-header">
|
||||
<!-- Toggle Button -->
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="navbar-collapse collapse clearfix">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li class="{{ request()->segment(1) == '' ? 'current' : '' }}">
|
||||
<a href="{{ route('home') }}">Home</a>
|
||||
</li>
|
||||
<li class="{{ request()->segment(1) == 'about-us' ? 'current' : '' }}">
|
||||
<a href="{{ route('about_us') }}">About Us</a>
|
||||
</li>
|
||||
<li class="dropdown {{ request()->segment(1) == 'hair' ? 'current' : '' }}">
|
||||
<a href="javascript:;">Hair</a>
|
||||
<ul class="submenu">
|
||||
<li>
|
||||
@empty(!$hairPosts)
|
||||
@foreach ($hairPosts as $post)
|
||||
<li class="">
|
||||
<a href="{{ route('hair_transplant.child', $post->slug) }}">{{ $post->title }}</a>
|
||||
</li>
|
||||
@endforeach
|
||||
@endempty
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown {{ request()->segment(1) == 'services' ? 'current' : '' }}">
|
||||
<a href="javascript:;">Services</a>
|
||||
<ul class="submenu">
|
||||
<li>
|
||||
<li>
|
||||
<a href="https://aroginskin.com" target="_blank">Arogin Skin</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://aroginsmile.com" target="_blank">Arogin Smile</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://arogincarehome.com" target="_blank">Arogin Care Home</a>
|
||||
</li>
|
||||
@empty(!$services)
|
||||
@foreach ($services as $service)
|
||||
<li class="">
|
||||
<a href="{{ route('service', $service->slug) }}">{{ $service->title }}</a>
|
||||
</li>
|
||||
@endforeach
|
||||
@endempty
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="{{ request()->segment(1) == 'doctor-provider' ? 'current' : '' }}">
|
||||
<a href="{{ route('doctor_provider') }}">Doctors & providers</a>
|
||||
</li>
|
||||
<li class="{{ request()->segment(1) == 'blogs' ? 'current' : '' }}">
|
||||
<a href="{{ route('blogs') }}">Blogs</a>
|
||||
</li>
|
||||
<li class="{{ request()->segment(1) == 'contact-us' ? 'current' : '' }}">
|
||||
<a href="{{ route('contact_us') }}">Contact</a>
|
||||
</li>
|
||||
@if(isset($extraPages))
|
||||
<li class="dropdown {{ request()->segment(1) == 'page' ? 'current' : '' }}">
|
||||
<a href="javascript:;">Career</a>
|
||||
<ul class="submenu">
|
||||
<li>
|
||||
@foreach ($extraPages as $extraPage)
|
||||
<li class="">
|
||||
<a href="{{ route('extra_page', $extraPage->slug) }}">{{ $extraPage->title }}</a>
|
||||
</li>
|
||||
@endforeach
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@endif
|
||||
</ul>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
</nav>
|
||||
<!-- Main Menu End-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<!--End Main Header -->
|
@@ -0,0 +1,56 @@
|
||||
@if ($paginator->hasPages())
|
||||
<nav class="pagination-wrap pt-50">
|
||||
<ul class="pagination d-flex justify-content-center gap-md-3 gap-2">
|
||||
|
||||
@if ($paginator->onFirstPage())
|
||||
<li class="page-item disabled">
|
||||
<a class="page-link" tabindex="-1">
|
||||
<i class="fa fa-chevron-left" aria-hidden="true"></i>
|
||||
</a>
|
||||
</li>
|
||||
@else
|
||||
<li class="page-item">
|
||||
<a href="{{ $paginator->previousPageUrl() }}" class="page-link" tabindex="-1">
|
||||
<i class="fa fa-chevron-left" aria-hidden="true"></i>
|
||||
</a>
|
||||
</li>
|
||||
@endif
|
||||
|
||||
@foreach ($elements as $element)
|
||||
@if (is_string($element))
|
||||
<li class="page-item disabled">
|
||||
<a class="page-link">{{ $element }}</a>
|
||||
</li>
|
||||
@endif
|
||||
@if (is_array($element))
|
||||
@foreach ($element as $page => $url)
|
||||
@if ($page == $paginator->currentPage())
|
||||
<li class="page-item active" aria-current="page">
|
||||
<a class="page-link">{{ sprintf("%02d", $page) }}</a>
|
||||
</li>
|
||||
@else
|
||||
<li class="page-item">
|
||||
<a href="{{ $url }}" class="page-link">{{ sprintf("%02d", $page) }}</a>
|
||||
</li>
|
||||
@endif
|
||||
@endforeach
|
||||
@endif
|
||||
@endforeach
|
||||
|
||||
@if ($paginator->hasMorePages())
|
||||
<li class="page-item">
|
||||
<a href="{{ $paginator->nextPageUrl() }}" class="page-link">
|
||||
<i class="fa fa-chevron-right" aria-hidden="true"></i>
|
||||
</a>
|
||||
</li>
|
||||
@else
|
||||
<li class="page-item disabled">
|
||||
<a class="page-link">
|
||||
<i class="fa fa-chevron-right" aria-hidden="true"></i>
|
||||
</a>
|
||||
</li>
|
||||
@endif
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
@endif
|
74
resources/views/theme/spade/layouts/main.blade.php
Normal file
74
resources/views/theme/spade/layouts/main.blade.php
Normal 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>
|
81
resources/views/theme/spade/pages/about-us.blade.php
Normal file
81
resources/views/theme/spade/pages/about-us.blade.php
Normal file
@@ -0,0 +1,81 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
|
||||
@section('title') About Us @endsection
|
||||
|
||||
@section('meta')
|
||||
<meta name="title" content="{{ optional($aboutPage->pageMeta)->meta_title ?? $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ optional($aboutPage->pageMeta)->meta_description ?? $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ optional($aboutPage->pageMeta)->meta_keywords ?? $seoSetting['meta_keywords'] }}" />
|
||||
@endsection
|
||||
|
||||
@section('canonical')
|
||||
<link ref="canonical" href="https://aroginhealthcare.com/about-us" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@php
|
||||
$breadcrumbData = [
|
||||
[
|
||||
'title' => 'About Us',
|
||||
'link' => route('about_us')
|
||||
],
|
||||
];
|
||||
@endphp
|
||||
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
|
||||
|
||||
<section>
|
||||
<div class="auto-container">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="blog-area">
|
||||
<div class="post-item">
|
||||
<div class="post wow fadeInUp animated" style="margin-bottom: 0px; visibility: visible; animation-name: fadeInUp;">
|
||||
<div class="post-content wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">
|
||||
<h2 style="font-size: 24px; color:#22ad4b;">{{ $aboutPage->title }}</h2>
|
||||
{!! $aboutPage->description !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="top-services" style="padding: 50px 0 10px">
|
||||
<article class="post wow fadeInUp slide-item" data-wow-delay="0ms" data-wow-duration="1000ms">
|
||||
<div class="post-inner">
|
||||
<figure class="image">
|
||||
<img class="img-responsive" src="{{ $aboutPage->full_image }}" alt="Image" />
|
||||
<span class="curve"></span>
|
||||
</figure>
|
||||
<div class="content">
|
||||
<div class="inner-box">
|
||||
<h3 style="font-family: 'Sintony', sans-serif;">{{ $aboutPage->title }}</h3>
|
||||
<div class="text">
|
||||
<p>{!! $aboutPage->summary !!}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<div class="secondary-title">
|
||||
<h2 class="uppercase">
|
||||
Our Services
|
||||
</h2>
|
||||
</div>
|
||||
<div class="right-sidebar" style="padding: 30px">
|
||||
<ul class="link-list">
|
||||
@if(count($services) > 0)
|
||||
@foreach ($services as $service)
|
||||
<li>
|
||||
<a href="{{ route('service', $service->slug) }}">{{ $service->title }}</a>
|
||||
<hr style="margin: 10px 0">
|
||||
</li>
|
||||
@endforeach
|
||||
@endif
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@endsection
|
169
resources/views/theme/spade/pages/blog/detail.blade.php
Normal file
169
resources/views/theme/spade/pages/blog/detail.blade.php
Normal file
@@ -0,0 +1,169 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
|
||||
@section('title') {{ $blog->title }} @endsection
|
||||
|
||||
@section('meta')
|
||||
<meta name="title" content="{{ optional($blog->blogMeta)->meta_title ?? $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ optional($blog->blogMeta)->meta_description ?? $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ optional($blog->blogMeta)->meta_keywords ?? $seoSetting['meta_keywords'] }}" />
|
||||
@endsection
|
||||
|
||||
@section('canonical')
|
||||
<link ref="canonical" href="{{ route('single_blog', $blog->slug) }}" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@php
|
||||
$breadcrumbData = [
|
||||
[
|
||||
'title' => 'Blogs',
|
||||
'link' => route('blogs'),
|
||||
],
|
||||
[
|
||||
'title' => $blog->title,
|
||||
'link' => null,
|
||||
],
|
||||
];
|
||||
@endphp
|
||||
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
|
||||
|
||||
<section>
|
||||
<div class="auto-container">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<div class="blog-area">
|
||||
<div class="post-item">
|
||||
<div class="post wow fadeInUp animated" style="margin-bottom: 0px; visibility: visible; animation-name: fadeInUp;">
|
||||
<div class="post-content wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">
|
||||
<h3 class="wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;" element-id="122">{{ $blog->title }}</h3>
|
||||
<div class="posted-date" element-id="121">{{ date('F d, Y', strtotime($blog->published_date)) }}</div>
|
||||
<div class="post-info" element-id="120">{{ $blog->summary }}</div>
|
||||
<img src="{{ asset($blog->full_image) }}" height="400" class="img-fit" style="padding-bottom: 20px;">
|
||||
{!! $blog->content !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 start-sidebar mt-60">
|
||||
<div class="primary-title">
|
||||
<h2 class="">
|
||||
Request An Appointment
|
||||
</h2>
|
||||
</div>
|
||||
<div class="right-sidebar">
|
||||
<div class="consulation-form">
|
||||
<form action="{{ route('consultat_with_us') }}" method="post">
|
||||
@csrf
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<input class="form-control" type="text" name="name" placeholder="Name *" required>
|
||||
@error('name')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<input class="form-control" type="email" name="email" placeholder="Email *"
|
||||
required>
|
||||
@error('email')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<input class="form-control" type="text" name="contact_no" placeholder="Phone *"
|
||||
required>
|
||||
@error('contact_no')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<label>Which of the below best applies to you?</label><br>
|
||||
@foreach ($ageGroupOptions as $key => $option)
|
||||
<input type="radio" id="{{ 'option' . $key }}" name="age_group"
|
||||
value="{{ $key }}">
|
||||
<label class="radio-term"
|
||||
for="{{ 'option' . $key }}">{{ $option }}</label><br>
|
||||
@endforeach
|
||||
@error('age_group')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<label for="procedure">Procedure of Interest</label>
|
||||
<select id="procedure" name="procedure_of_interest" class="form-control">
|
||||
<option>Select Procedure</option>
|
||||
@foreach ($procedureOptions as $key => $option)
|
||||
<option value="{{ $key }}">{{ $option }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
@error('procedure_of_interest')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<input class="form-control" type="text" name="subject" placeholder="Subject *">
|
||||
@error('subject')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<textarea class="form-control" rows="3" name="message" placeholder="Message *"></textarea>
|
||||
@error('message')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<p class="term"><input type="checkbox" name="is_aggrement"
|
||||
value="11"> I understand that Arogin may contact me and I give my consent.</p>
|
||||
@error('is_aggrement')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<button type="submit" class="primary-btn dark hvr-bounce-to-left">
|
||||
<span class="btn-text">Submit</span>
|
||||
<strong class="icon">
|
||||
<span class="f-icon flaticon-right11"></span>
|
||||
</strong>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{{-- <div class="secondary-title">
|
||||
<h2 class="uppercase">Recent Blogs</h2>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
@if(count($otherBlogs) > 0)
|
||||
@foreach ($otherBlogs as $blog)
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<img src="{{ $blog->full_image }}" alt="image" height="70" class="img-fit">
|
||||
</div>
|
||||
<div class="col-md-8" style="padding-left: 0px">
|
||||
<a href="{{ route('single_blog', $blog->slug) }}">
|
||||
<h3>{{ Str::limit($blog->title, 60) }}</h3>
|
||||
</a>
|
||||
<span>
|
||||
{{ date('F d, Y', strtotime($blog->published_date)) }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@php
|
||||
$array = $otherBlogs->toArray();
|
||||
$lastElement = last($array);
|
||||
@endphp
|
||||
@if($lastElement['id'] != $blog->id)
|
||||
<hr style="margin: 12px">
|
||||
@endif
|
||||
@endforeach
|
||||
@endif
|
||||
</div>
|
||||
</div> --}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@endsection
|
58
resources/views/theme/spade/pages/blog/grid.blade.php
Normal file
58
resources/views/theme/spade/pages/blog/grid.blade.php
Normal file
@@ -0,0 +1,58 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
|
||||
@section('title') Blogs @endsection
|
||||
|
||||
@section('meta')
|
||||
<meta name="title" content="{{ $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ $seoSetting['meta_keywords'] }}" />
|
||||
@endsection
|
||||
|
||||
@section('canonical')
|
||||
<link ref="canonical" href="{{ route('blogs') }}" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
|
||||
@php
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
$breadcrumbData = [
|
||||
[
|
||||
'title' => 'Blogs',
|
||||
'link' => route('blogs')
|
||||
]
|
||||
]
|
||||
@endphp
|
||||
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
|
||||
|
||||
<div class="wrapper">
|
||||
@if(count($blogs) > 0)
|
||||
<div class="row">
|
||||
@foreach ($blogs as $blog)
|
||||
<div class="col-md-4 gaper">
|
||||
<div class="card">
|
||||
<div class="card-img">
|
||||
<a href="{{ route('single_blog', $blog->slug) }}">
|
||||
<img src="{{ $blog->full_image }}" height="250" class="img-fit">
|
||||
<span style="color:black">{{ date('F d, Y', strtotime($blog->published_date)) }}</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<a href="{{ route('single_blog', $blog->slug) }}">
|
||||
<h2>{{ Str::limit($blog->title, 35, '..') }}</h2>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center">
|
||||
{{ $blogs->links('theme.spade.layouts.includes.pagination') }}
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
@endsection
|
138
resources/views/theme/spade/pages/contact-us.blade.php
Normal file
138
resources/views/theme/spade/pages/contact-us.blade.php
Normal file
@@ -0,0 +1,138 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
|
||||
@section('title')
|
||||
Contact Us
|
||||
@endsection
|
||||
|
||||
@section('meta')
|
||||
<meta name="title" content="{{ $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ $seoSetting['meta_keywords'] }}" />
|
||||
@endsection
|
||||
|
||||
@section('canonical')
|
||||
<link ref="canonical" href="https://aroginhealthcare.com/contact-us" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@php
|
||||
$breadcrumbData = [
|
||||
[
|
||||
'title' => 'Contact Us',
|
||||
'link' => route('contact_us'),
|
||||
],
|
||||
];
|
||||
@endphp
|
||||
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
|
||||
|
||||
<section class="info-strip" style="background: none">
|
||||
<div class="auto-container">
|
||||
<div class="row clearfix">
|
||||
<div class="col-md-4 col-sm-4 col-xs-12">
|
||||
<div class="info-block text-center wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1000ms">
|
||||
<div class="icon hvr-radial-out">
|
||||
<a href="https://www.google.com/maps/search/Arogin+Health+Care+Pvt+Ltd,+Kathmandu" target="_blank" style="color:inherit;text-decoration:none;">
|
||||
<span class="f-icon flaticon-pointing8"></span>
|
||||
</a>
|
||||
</div>
|
||||
<h4>Address</h4>
|
||||
<p>
|
||||
{{ $generalSetting['company_name'] . ' (P) Ltd' }}
|
||||
</p>
|
||||
<p>
|
||||
{{ $generalSetting['address'] }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 col-sm-4 col-xs-12">
|
||||
<div class="info-block text-center wow fadeInUp" data-wow-delay="300ms" data-wow-duration="1000ms">
|
||||
<div class="icon hvr-radial-out">
|
||||
<a href="mailto:{{ $generalSetting['info_email_address'] }}" style="color:inherit;text-decoration:none;">
|
||||
<span class="f-icon flaticon-email103"></span>
|
||||
</a>
|
||||
</div>
|
||||
<h4>Email</h4>
|
||||
<p><a href="mailto:{{ $generalSetting['info_email_address'] }}" style="color:inherit;text-decoration:none;">{{ $generalSetting['info_email_address'] }}</a></p>
|
||||
<p><a href="mailto:{{ $generalSetting['support_email_address'] }}" style="color:inherit;text-decoration:none;">{{ $generalSetting['support_email_address'] }}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 col-sm-4 col-xs-12">
|
||||
<div class="info-block text-center wow fadeInUp" data-wow-delay="600ms" data-wow-duration="1000ms">
|
||||
<div class="icon hvr-radial-out">
|
||||
<a href="tel:{{ $generalSetting['contact_number'] }}" style="color:inherit;text-decoration:none;">
|
||||
<span class="f-icon flaticon-telephone46"></span>
|
||||
</a>
|
||||
</div>
|
||||
<h4>Phone</h4>
|
||||
<p><a href="tel:{{ $generalSetting['contact_number'] }}" style="color:inherit;text-decoration:none;">(977) {{ $generalSetting['contact_number'] }}</a></p>
|
||||
<p><a href="tel:{{ $generalSetting['mobile_number'] }}" style="color:inherit;text-decoration:none;">(977) {{ $generalSetting['mobile_number'] }}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="contact-us-area">
|
||||
<div class="auto-container">
|
||||
<div class="row clearfix">
|
||||
<div class="col-md-7 col-sm-6 col-xs-12 contact-form wow fadeInLeft" data-wow-delay="0ms"
|
||||
data-wow-duration="1000ms">
|
||||
<h2>Write in details</h2>
|
||||
<form action="{{ route('contactUsMessage') }}" method="post">
|
||||
@csrf
|
||||
<div class="field-container clearfix">
|
||||
<div class="form-group col-md-6 col-sm-12 col-xs-12">
|
||||
<input type="text" name="full_name" placeholder="Full Name*" required="required">
|
||||
@error('full_name')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="form-group col-md-6 col-sm-12 col-xs-12">
|
||||
<input type="email" name="email" placeholder="Email*">
|
||||
@error('email')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<div class="form-group col-md-4 col-sm-12 col-xs-12">
|
||||
<input type="text" name="phone" placeholder="Contact No*" required="required">
|
||||
@error('phone')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="form-group col-md-8 col-sm-12 col-xs-12">
|
||||
<input type="text" name="subject" placeholder="Subject*" required="required">
|
||||
@error('subject')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<div class="form-group col-md-12 col-sm-12 col-xs-12">
|
||||
<textarea name="message" placeholder="Feedback" required="required"></textarea>
|
||||
@error('message')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="form-group col-md-12 col-sm-12 col-xs-12">
|
||||
<button type="submit" name="submit-form" class="primary-btn hvr-bounce-to-left">
|
||||
<span class="btn-text">Send Feedback</span> <strong class="icon"><span
|
||||
class="f-icon flaticon-letter110"></span></strong>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-md-5 col-sm-6 col-xs-12 map-area wow fadeInRight" data-wow-delay="0ms"
|
||||
data-wow-duration="1000ms">
|
||||
<h2>Find us on Map</h2>
|
||||
<div class="our-location">
|
||||
{!! $additionalSetting['map'] !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@endsection
|
@@ -0,0 +1,97 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
|
||||
@section('title') Doctors & Providers @endsection
|
||||
|
||||
@section('meta')
|
||||
<meta name="title" content="{{ $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ $seoSetting['meta_keywords'] }}" />
|
||||
@endsection
|
||||
|
||||
@section('canonical')
|
||||
<link ref="canonical" href="{{ route('appointment') }}" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
|
||||
@php
|
||||
$breadcrumbData = [
|
||||
[
|
||||
'title' => 'Make an Appointment',
|
||||
'link' => route('appointment')
|
||||
]
|
||||
]
|
||||
@endphp
|
||||
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
|
||||
|
||||
<section class="contact-us-area">
|
||||
<div class="auto-container">
|
||||
<div class="row clearfix">
|
||||
|
||||
<div class="col-md-3 col-sm-6 col-xs-12 map-area wow fadeInRight" data-wow-delay="0ms"
|
||||
data-wow-duration="1000ms">
|
||||
<div class="candidate radius">
|
||||
<div class="candidate-margins format-image">
|
||||
<a href="javascript:;" alt="{{ $teamMemberDetail->name }}"
|
||||
class="media-box image-popup-vertical-fit">
|
||||
<img src="{{ asset('storage/uploads/' . $teamMemberDetail->image_path) }}"
|
||||
alt="Dr. Kavish Chouhan" class="img-responsive" />
|
||||
</a>
|
||||
<div class="inner-box">
|
||||
<h3><a href="javascript:;">{{ $teamMemberDetail->name }}</a>
|
||||
<span>{{ $teamMemberDetail->detail }}</span>
|
||||
{{-- <span>MD, AIIMS (New Delhi), MISHRS, USA</span> --}}
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Contact Form-->
|
||||
<div class="col-md-7 col-sm-6 col-xs-12 contact-form wow fadeInLeft" data-wow-delay="0ms"
|
||||
data-wow-duration="1000ms">
|
||||
<h2>Book Your Appointment with {{ $teamMemberDetail->name }}</h2>
|
||||
<form action="{{ route('make-appointment') }}" method="post">
|
||||
@csrf
|
||||
<div class="field-container clearfix">
|
||||
{{-- <input type="hidden" name="emal_to" value=""> --}}
|
||||
<input type="hidden" name="team_member_id" value="{{ $teamMemberDetail->id }}">
|
||||
<div class="form-group col-md-6 col-sm-12 col-xs-12">
|
||||
<input type="text" name="full_name" placeholder="Full Name*" required="required">
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-6 col-sm-12 col-xs-12">
|
||||
<input type="email" name="email" placeholder="Email*" required="required">
|
||||
</div>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
<div class="form-group col-md-4 col-sm-12 col-xs-12">
|
||||
<input type="text" name="contact_no" placeholder="Contact No*" required="required">
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-8 col-sm-12 col-xs-12">
|
||||
<input type="text" name="subject" placeholder="Subject*" required="required">
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
|
||||
<div class="form-group col-md-12 col-sm-12 col-xs-12">
|
||||
<textarea name="feedback" placeholder="Message" required="required"></textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-12 col-sm-12 col-xs-12">
|
||||
<button type="submit" name="submit-form" class="primary-btn hvr-bounce-to-left"><span
|
||||
class="btn-text">Submit</span> <strong class="icon"><span
|
||||
class="f-icon flaticon-letter110"></span></strong></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@endsection
|
219
resources/views/theme/spade/pages/doctor-provider/grid.blade.php
Normal file
219
resources/views/theme/spade/pages/doctor-provider/grid.blade.php
Normal file
@@ -0,0 +1,219 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
|
||||
@section('title') Doctors & Providers @endsection
|
||||
|
||||
@section('meta')
|
||||
<meta name="title" content="{{ $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ $seoSetting['meta_keywords'] }}" />
|
||||
@endsection
|
||||
|
||||
@section('canonical')
|
||||
<link ref="canonical" href="{{ route('doctor_provider') }}" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@php
|
||||
$breadcrumbData = [
|
||||
[
|
||||
'title' => 'Doctors & Providers',
|
||||
'link' => route('doctor_provider'),
|
||||
],
|
||||
];
|
||||
@endphp
|
||||
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
|
||||
|
||||
<section>
|
||||
<div class="auto-container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="services-area">
|
||||
<!-- Related Posts -->
|
||||
<div class="auto-container">
|
||||
|
||||
<!--Service Tabs Style Two / Three Column-->
|
||||
@foreach($teamMembers as $groupId => $groupMembers)
|
||||
<div class="clearfix">
|
||||
<div class="col-md-12">
|
||||
<div class="sec-title wow fadeInLeft" data-wow-delay="300ms" data-wow-duration="1000ms">
|
||||
<h2> {{ $groupId == 1 ? 'Doctors' : ($groupId == 2 ? 'Pokhara Branch' : 'Visiting Consultant') }} </h2>
|
||||
</div>
|
||||
<!--Tabs Content-->
|
||||
<div class="row" data-wow-delay="300ms" data-wow-duration="1000ms">
|
||||
<div class="clearfix">
|
||||
@foreach ($groupMembers as $key => $teamMember)
|
||||
@if($key%4 == 0)
|
||||
<div class="clearfix"></div>
|
||||
@endif
|
||||
<article class="col-md-3 col-sm-6 col-xs-12">
|
||||
<div class="candidate radius">
|
||||
<div class="candidate-margins format-link">
|
||||
<a href="javascript:;" class="media-box">
|
||||
<img src="{{ asset('storage/uploads/' . $teamMember->image_path) }}"
|
||||
alt="{{ $teamMember->name }}" class="img-responsive">
|
||||
</a>
|
||||
<div class="inner-box">
|
||||
<h3><a href="javascript:;">{{ $teamMember->name }}
|
||||
{{ $teamMember->degnation }}</a>
|
||||
<span>{!! $teamMember->detail !!}
|
||||
</span>
|
||||
{{-- <span>BDS, MDS, PhD Orthodontics and Dentofacial Orthopedics
|
||||
</span> --}}
|
||||
</h3>
|
||||
<div class="link">
|
||||
<form method="POST" action="{{ route('appointment') }}">
|
||||
@csrf <!-- CSRF protection for POST requests -->
|
||||
<input type="hidden" name="id" value="{{ $teamMember->id }}">
|
||||
<button type="submit" class="btn btn-success btn-sm hvr-bounce-to-left">
|
||||
Book Your Appointment
|
||||
</button>
|
||||
</form>
|
||||
|
||||
{{-- <a href="{{ route('appointment') }}"
|
||||
class="btn btn-success btn-sm hvr-bounce-to-left">Make
|
||||
an Appointment</a> --}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{-- <!--Service Tabs Style Two / Three Column-->
|
||||
<div class="clearfix">
|
||||
<div class="col-md-12">
|
||||
<div class="sec-title wow fadeInLeft" data-wow-delay="300ms"
|
||||
data-wow-duration="1000ms">
|
||||
<h2>Pokhara Branch</h2>
|
||||
</div>
|
||||
<!--Tabs Content-->
|
||||
<div class="row" data-wow-delay="300ms" data-wow-duration="1000ms">
|
||||
<div class="clearfix">
|
||||
<!--Post-->
|
||||
<article class="col-md-3 col-sm-6 col-xs-12">
|
||||
|
||||
<div class="candidate radius">
|
||||
<div class="candidate-margins format-link">
|
||||
<a href="single/26/dr_aparna_mishra.html" class="media-box">
|
||||
<img src="admin/js/timthumb/timthumb7a3e.jpg?src=https://www.aroginhealthcare.com/images/team/aparna-mishra.jpg&h=350&w=330&q=95"
|
||||
alt="Dr. Aparna Mishra" class="img-responsive">
|
||||
</a>
|
||||
<div class="inner-box">
|
||||
<h3><a href="single/26/dr_aparna_mishra.html">Dr. Aparna
|
||||
Mishra</a>
|
||||
<span>Consultant Pediatrician</span>
|
||||
<span>MD, PGI, Chandigarh</span>
|
||||
</h3>
|
||||
<div class="link">
|
||||
<a href="make_an_appointment/26/dr_aparna_mishra.html"
|
||||
class="btn btn-success btn-sm hvr-bounce-to-left">Make
|
||||
an Appointment</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article><!--Post End-->
|
||||
<!--Post-->
|
||||
<article class="col-md-3 col-sm-6 col-xs-12">
|
||||
|
||||
<div class="candidate radius">
|
||||
<div class="candidate-margins format-link">
|
||||
<a href="single/30/dr_manish_pradhan.html" class="media-box">
|
||||
<img src="admin/js/timthumb/timthumbe29e.png?src=https://www.aroginhealthcare.com/images/team/dr_manish_pradhan1.png&h=350&w=330&q=95"
|
||||
alt="Dr. Manish Pradhan" class="img-responsive">
|
||||
</a>
|
||||
<div class="inner-box">
|
||||
<h3><a href="single/30/dr_manish_pradhan.html">Dr. Manish
|
||||
Pradhan</a>
|
||||
<span>Consultant Dermatologist & Hair Transplant
|
||||
Surgeon</span>
|
||||
<span>MD, NMC</span>
|
||||
</h3>
|
||||
<div class="link">
|
||||
<a href="make_an_appointment/30/dr_manish_pradhan.html"
|
||||
class="btn btn-success btn-sm hvr-bounce-to-left">Make
|
||||
an Appointment</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article><!--Post End-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--Service Tabs Style Two / Three Column-->
|
||||
<div class="clearfix">
|
||||
<div class="col-md-12">
|
||||
<div class="sec-title wow fadeInLeft" data-wow-delay="300ms"
|
||||
data-wow-duration="1000ms">
|
||||
<h2>VISITING CONSULTANTS</h2>
|
||||
</div>
|
||||
<!--Tabs Content-->
|
||||
<div class="row" data-wow-delay="300ms" data-wow-duration="1000ms">
|
||||
<div class="clearfix">
|
||||
<!--Post-->
|
||||
<article class="col-md-3 col-sm-6 col-xs-12">
|
||||
|
||||
<div class="candidate radius">
|
||||
<div class="candidate-margins format-link">
|
||||
<a href="single/15/dr_laxman_rijal.html" class="media-box">
|
||||
<img src="admin/js/timthumb/timthumbd3aa.jpg?src=https://www.aroginhealthcare.com/images/team/default-profile.jpg&h=350&w=330&q=95"
|
||||
alt="Dr. Laxman Rijal" class="img-responsive">
|
||||
</a>
|
||||
<div class="inner-box">
|
||||
<h3><a href="single/15/dr_laxman_rijal.html">Dr. Laxman
|
||||
Rijal</a>
|
||||
<span>Consultant Orthopedics</span>
|
||||
<span>MS (AIIMS), FHUES (India, Singapore)</span>
|
||||
</h3>
|
||||
<div class="link">
|
||||
<a href="make_an_appointment/15/dr_laxman_rijal.html"
|
||||
class="btn btn-success btn-sm hvr-bounce-to-left">Make
|
||||
an Appointment</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article><!--Post End-->
|
||||
<!--Post-->
|
||||
<article class="col-md-3 col-sm-6 col-xs-12">
|
||||
|
||||
<div class="candidate radius">
|
||||
<div class="candidate-margins format-link">
|
||||
<a href="single/17/mr_anup_raj_bhandari.html"
|
||||
class="media-box">
|
||||
<img src="admin/js/timthumb/timthumbd3aa.jpg?src=https://www.aroginhealthcare.com/images/team/default-profile.jpg&h=350&w=330&q=95"
|
||||
alt="Mr. Anup Raj Bhandari" class="img-responsive">
|
||||
</a>
|
||||
<div class="inner-box">
|
||||
<h3><a href="single/17/mr_anup_raj_bhandari.html">Mr.
|
||||
Anup Raj Bhandari</a>
|
||||
<span>Clinical Psychologist</span>
|
||||
<span>M.Phil (IOM)</span>
|
||||
</h3>
|
||||
<div class="link">
|
||||
<a href="make_an_appointment/17/mr_anup_raj_bhandari.html"
|
||||
class="btn btn-success btn-sm hvr-bounce-to-left">Make
|
||||
an Appointment</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article><!--Post End-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> --}}
|
||||
</div>
|
||||
@endforeach
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@endsection
|
45
resources/views/theme/spade/pages/extra.blade.php
Normal file
45
resources/views/theme/spade/pages/extra.blade.php
Normal file
@@ -0,0 +1,45 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
|
||||
@section('title') {{ $page->title }} @endsection
|
||||
|
||||
@section('meta')
|
||||
<meta name="title" content="{{ optional($page->pageMeta)->meta_title ?? $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ optional($page->pageMeta)->meta_description ?? $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ optional($page->pageMeta)->meta_keywords ?? $seoSetting['meta_keywords'] }}" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@php
|
||||
$breadcrumbData = [
|
||||
[
|
||||
'title' => $page->title,
|
||||
'link' => route('extra_page', $page->slug)
|
||||
]
|
||||
];
|
||||
@endphp
|
||||
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
|
||||
|
||||
<section class="privary-policy">
|
||||
<div class="auto-container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="blog-area">
|
||||
<div class="post-item">
|
||||
<div class="post wow fadeInUp animated" style="margin-bottom: 0px; visibility: visible; animation-name: fadeInUp;">
|
||||
<div class="post-content wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">
|
||||
<h2 style="font-size: 24px; color:#22ad4b;">{{ $page->title }}</h2>
|
||||
@if($page->image)
|
||||
<img src="{{ asset($page->full_image) }}" height="450" class="img-fit" style="padding-bottom: 20px;">
|
||||
@endif
|
||||
<div class="my-content">
|
||||
{!! $page->description !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@endsection
|
51
resources/views/theme/spade/pages/faq.blade.php
Normal file
51
resources/views/theme/spade/pages/faq.blade.php
Normal file
@@ -0,0 +1,51 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
|
||||
@section('title') FAQs @endsection
|
||||
|
||||
@section('meta')
|
||||
<meta name="title" content="{{ $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ $seoSetting['meta_keywords'] }}" />
|
||||
@endsection
|
||||
|
||||
@section('canonical')
|
||||
<link ref="canonical" href="https://aroginhealthcare.com/faqs" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@php
|
||||
$breadcrumbData = [
|
||||
[
|
||||
'title' => 'FAQs',
|
||||
'link' => route('faqs')
|
||||
],
|
||||
];
|
||||
@endphp
|
||||
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
|
||||
|
||||
<section class="privary-policy">
|
||||
<div class="auto-container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="blog-area">
|
||||
<div class="post-item">
|
||||
<div class="post wow fadeInUp animated" style="margin-bottom: 0px; visibility: visible; animation-name: fadeInUp;">
|
||||
<div class="post-content wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">
|
||||
<h2 style="font-size: 24px; color:#22ad4b;">Frequently Asked Questions</h2>
|
||||
<div class="my-content">
|
||||
@if(count($faqs) > 0)
|
||||
@foreach ($faqs as $key => $faq)
|
||||
<h4>{{ ++$key . '. ' . $faq->question }}</h4>
|
||||
<p>{{ $faq->answer }}</p>
|
||||
@endforeach
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@endsection
|
@@ -0,0 +1,8 @@
|
||||
@extends('theme.spade.pages.hair-transplant.cluster')
|
||||
|
||||
@section('sub-content')
|
||||
|
||||
<h2 style="font-size: 24px; color:#22ad4b; padding-bottom: 12px;">{{ $post->title }}</h2>
|
||||
{!! $post->full_detail !!}
|
||||
|
||||
@endsection
|
@@ -0,0 +1,235 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
|
||||
@section('title') {{ $subPage == true ? $post->title : $pageDetail->title }} @endsection
|
||||
|
||||
@section('meta')
|
||||
@if($subPage)
|
||||
<meta name="title" content="{{ $post->meta_title ?? $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ $post->meta_description ?? $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ $post->meta_keywords ?? $seoSetting['meta_keywords'] }}" />
|
||||
@else
|
||||
<meta name="title" content="{{ optional($pageDetail->pageMeta)->meta_title ?? $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ optional($pageDetail->pageMeta)->meta_description ?? $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ optional($pageDetail->pageMeta)->meta_keywords ?? $seoSetting['meta_keywords'] }}" />
|
||||
@endif
|
||||
@endsection
|
||||
|
||||
@section('canonical')
|
||||
@if($subPage)
|
||||
<link ref="canonical" href="{{ route('hair_transplant.child', $post->slug) }}" />
|
||||
@else
|
||||
<link ref="canonical" href="{{ route('hair_transplant') }}" />
|
||||
@endif
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
|
||||
@php
|
||||
if ($subPage) {
|
||||
$breadcrumbData = [
|
||||
[
|
||||
'title' => $pageDetail->title,
|
||||
'link' => route('hair_transplant'),
|
||||
],
|
||||
[
|
||||
'title' => $post->title,
|
||||
'link' => null,
|
||||
],
|
||||
];
|
||||
} else {
|
||||
$breadcrumbData = [
|
||||
[
|
||||
'title' => $pageDetail->title,
|
||||
'link' => route('hair_transplant'),
|
||||
],
|
||||
];
|
||||
}
|
||||
@endphp
|
||||
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
|
||||
|
||||
<div class="auto-container">
|
||||
<div class="grid-container">
|
||||
<div class="grid-item">
|
||||
<div class="start-sidebar mt-60">
|
||||
<div class="primary-title">
|
||||
<h2 class="uppercase">
|
||||
Overview
|
||||
</h2>
|
||||
</div>
|
||||
<div class="left-sidebar">
|
||||
<ul class="list-disc" id="default-tab" data-tabs-toggle="#default-tab-content" role="tablist">
|
||||
@if (count($posts) > 0)
|
||||
@foreach ($posts as $post)
|
||||
<li class="mb-25" role="presentation">
|
||||
<a href="{{ route('hair_transplant.child', $post->slug) }}"
|
||||
class="{{ request()->segment(2) == $post->slug ? 'text-secondary' : 'text-dark' }}">
|
||||
{{ $post->title }}
|
||||
</a>
|
||||
</li>
|
||||
@endforeach
|
||||
@endif
|
||||
</ul>
|
||||
</div>
|
||||
<div class="secondary-title">
|
||||
<h2 class="uppercase">
|
||||
Success Results
|
||||
</h2>
|
||||
</div>
|
||||
<div class="image-slider">
|
||||
@empty(!$transformations)
|
||||
@foreach ($transformations ?? [] as $transformation)
|
||||
<article class="post-container wow fadeInUp slide-item" data-wow-delay="0ms" data-wow-duration="1000ms">
|
||||
<div class="post-inner-content">
|
||||
<figure class="image">
|
||||
<div class="flex flex-row gap-[10px]">
|
||||
<div data-aos="fade-up" data-aos-duration="1500" data-aos-offset="100">
|
||||
<div class="relative">
|
||||
<img src="{{ $transformation->beforeImage }}" alt="" class="">
|
||||
</div>
|
||||
</div>
|
||||
<div data-aos="fade-down" data-aos-duration="1500" data-aos-offset="100">
|
||||
<div class="relative">
|
||||
<img src="{{ $transformation->afterImage }}" alt="" class="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<span class="curve"></span>
|
||||
</figure>
|
||||
</div>
|
||||
</article>
|
||||
@endforeach
|
||||
@endempty
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid-item">
|
||||
<div class="mt-60 gaper">
|
||||
<div class="partial-content">
|
||||
@if ($subPage)
|
||||
@yield('sub-content')
|
||||
@else
|
||||
{{-- @if (count($posts) > 0)
|
||||
@php
|
||||
$array = $posts->toArray();
|
||||
$post = reset($array);
|
||||
@endphp
|
||||
<h2 style="font-size: 24px; color:#22ad4b; padding-bottom: 12px;">{{ $post['title'] }}</h2>
|
||||
{!! $post['full_detail'] !!}
|
||||
@endif --}}
|
||||
{!! $pageDetail->description !!}
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid-item">
|
||||
<div class="top-services" style="padding: 60px 0 10px">
|
||||
<article class="post wow fadeInUp slide-item" data-wow-delay="0ms" data-wow-duration="1000ms">
|
||||
<div class="post-inner">
|
||||
<figure class="image">
|
||||
<img class="img-responsive" src="{{ $pageDetail->full_image }}" alt="Image" />
|
||||
<span class="curve"></span>
|
||||
</figure>
|
||||
<div class="content">
|
||||
<div class="inner-box">
|
||||
@php
|
||||
$contents = explode('<nl>', $pageDetail->summary)
|
||||
@endphp
|
||||
<h3 style="font-family: 'Sintony', sans-serif;">{{ $contents[0] }}</h3>
|
||||
<div class="text" style="height:200px; overflow:hidden">
|
||||
<p>{!! $contents[1] !!}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<div class="right-sidebar">
|
||||
<div class="consulation-form">
|
||||
<div class="primary-title">
|
||||
<h2 class="">
|
||||
Request An Appointment
|
||||
</h2>
|
||||
</div>
|
||||
<form action="{{ route('consultat_with_us') }}" method="post">
|
||||
@csrf
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<input class="form-control" type="text" name="name" placeholder="Name *" required>
|
||||
@error('name')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<input class="form-control" type="email" name="email" placeholder="Email *"
|
||||
required>
|
||||
@error('email')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<input class="form-control" type="text" name="contact_no" placeholder="Phone *"
|
||||
required>
|
||||
@error('contact_no')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<label>Which of the below best applies to you?</label><br>
|
||||
@foreach ($ageGroupOptions as $key => $option)
|
||||
<input type="radio" id="{{ 'option' . $key }}" name="age_group"
|
||||
value="{{ $key }}">
|
||||
<label class="radio-term"
|
||||
for="{{ 'option' . $key }}">{{ $option }}</label><br>
|
||||
@endforeach
|
||||
@error('age_group')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<label for="procedure">Procedure of Interest</label>
|
||||
<select id="procedure" name="procedure_of_interest" class="form-control">
|
||||
<option>Select Procedure</option>
|
||||
@foreach ($procedureOptions as $key => $option)
|
||||
<option value="{{ $key }}">{{ $option }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
@error('procedure_of_interest')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<input class="form-control" type="text" name="subject" placeholder="Subject *">
|
||||
@error('subject')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<textarea class="form-control" rows="3" name="message" placeholder="Message *"></textarea>
|
||||
@error('message')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<p class="term"><input type="checkbox" name="is_aggrement"
|
||||
value="11"> I understand that Arogin may contact me and I give my consent.</p>
|
||||
@error('is_aggrement')
|
||||
<div class="text-danger">{{ $message }}</div>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<button type="submit" class="primary-btn dark hvr-bounce-to-left">
|
||||
<span class="btn-text">Submit</span>
|
||||
<strong class="icon">
|
||||
<span class="f-icon flaticon-right11"></span>
|
||||
</strong>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@endsection
|
128
resources/views/theme/spade/pages/privacy-policy.blade.php
Normal file
128
resources/views/theme/spade/pages/privacy-policy.blade.php
Normal file
@@ -0,0 +1,128 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
|
||||
@section('title') Privacy Policy @endsection
|
||||
|
||||
@section('meta')
|
||||
<meta name="title" content="{{ $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ $seoSetting['meta_keywords'] }}" />
|
||||
@endsection
|
||||
|
||||
@section('canonical')
|
||||
<link ref="canonical" href="https://aroginhealthcare.com/privacy-policy" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@php
|
||||
$breadcrumbData = [
|
||||
[
|
||||
'title' => 'Privacy Policy',
|
||||
'link' => route('privacyPolicy')
|
||||
],
|
||||
];
|
||||
@endphp
|
||||
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
|
||||
|
||||
<section class="privary-policy">
|
||||
<div class="auto-container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="blog-area">
|
||||
<div class="post-item">
|
||||
<div class="post wow fadeInUp animated" style="margin-bottom: 0px; visibility: visible; animation-name: fadeInUp;">
|
||||
<div class="post-content wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">
|
||||
<h2 style="font-size: 24px; color:#22ad4b;">Privacy Policy</h2>
|
||||
<div class="my-content">
|
||||
<h4>Introduction</h4>
|
||||
<p>Welcome to Arogin Healthcare, accessible at <a class="hover:text-secondaryColor" href="https://www.aroginhealthcare.com">www.aroginhealthcare.com</a>. We are dedicated to protecting the privacy and security of your personal information. This Privacy Policy outlines the types of information we collect, how it's utilized, and our efforts to safeguard it. This policy encompasses data collected through our website, mobile application (if applicable), and any related services, sales, marketing, or events.</p>
|
||||
<h4>Scope & Consent</h4>
|
||||
<p>By accessing or using our services, you acknowledge having read, understood, and agreed to this Privacy Policy and our Terms of Service. Your interaction with us and any privacy-related disputes are governed by this policy and our Terms of Service.</p>
|
||||
<h4>Information Collection</h4>
|
||||
<span>
|
||||
We collect your data through:
|
||||
<ul>
|
||||
<li>
|
||||
Methods of Collection
|
||||
<ol>
|
||||
<li>Direct interactions via forms, surveys, or communication tools.</li>
|
||||
<li>Automated tracking as you navigate our site.</li>
|
||||
<li>Third parties, like social media platforms, when linked to our services.</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>
|
||||
Types of Information
|
||||
<ol>
|
||||
<li>Personal Information: Such as name, email, postal address, and financial data.</li>
|
||||
<li>Non-Personal Information: Including browser type, IP address, and operating system details.</li>
|
||||
<li>Analytics Data: Via Google Analytics 4 and Google Search Console, we collect aggregated data on your device, browsing actions, and patterns.</li>
|
||||
</ol>
|
||||
</li>
|
||||
</ul>
|
||||
</span>
|
||||
<p></p>
|
||||
<h4>Use of Information</h4>
|
||||
<span>
|
||||
We use the collected information to:
|
||||
<ul>
|
||||
<li>Provide and enhance our services.</li>
|
||||
<li>Personalize user experience.</li>
|
||||
<li>Process transactions and communications.</li>
|
||||
<li>Comply with legal requirements.</li>
|
||||
<li>Analyze site performance to improve user engagement and content optimization.</li>
|
||||
<li>Marketing Communications: In addition to the uses identified above, we may use your personal information to send you marketing-related emails and SMS messages about our services, products, and promotions that we believe may be of interest to you.</li>
|
||||
</ul>
|
||||
</span>
|
||||
<p></p>
|
||||
<h4>International Data Transfers</h4>
|
||||
<p>Your information may be transferred internationally, adhering to strict privacy safeguards, ensuring your data is protected regardless of where it is processed.</p>
|
||||
<h4>Legal Basis for Processing (EU Users)</h4>
|
||||
<p>Our processing activities are based on consent, contractual necessity, legal obligations, or our legitimate interests, as applicable.</p>
|
||||
<h4>Data Protection Officer</h4>
|
||||
<p>We have appointed a Data Protection Officer to oversee our data privacy practices. For inquiries, contact <a class="hover:text-secondaryColor" href="mailto:info@aroginhealthcare.com">info@aroginhealthcare.com</a>.</p>
|
||||
<h4>Automated Decision Making</h4>
|
||||
<p>We do not use automated decision-making processes that have legal or similarly significant effects on you.</p>
|
||||
<h4>Security Breach Notification</h4>
|
||||
<p>In case of a data breach, we will notify affected individuals and regulatory authorities in accordance with legal requirements.</p>
|
||||
<h4>Age Limitations</h4>
|
||||
<p>Our services do not target and we do not knowingly collect data from minors under 18 years of age.</p>
|
||||
<h4>Third-Party Disclosure Policies</h4>
|
||||
<p>We may share your information with service providers, comply with legal obligations, or during business transfers, ensuring transparency with such practices.</p>
|
||||
<h4>Updates and Notification Procedures</h4>
|
||||
<p>We will notify users of policy updates through our website and, where applicable, via email.</p>
|
||||
<h4>Rights of Users</h4>
|
||||
<p>You have rights to access, correct, delete, or port your data, withdraw consent, and object to certain data processing activities. To exercise these rights, contact us at <a class="hover:text-secondaryColor" href="mailto:info@aroginhealthcare.com">info@aroginhealthcare.com</a>.</p>
|
||||
<h4>Data Retention</h4>
|
||||
<p>We retain personal information as long as necessary for service provision, legal compliance, dispute resolution, and policy enforcement.</p>
|
||||
<h4>Cookies and Tracking</h4>
|
||||
<p>Our use of cookies and tracking technologies is aimed at enhancing user experience and analyzing site usage. You have control over these technologies via your browser settings.</p>
|
||||
<h4>Data Security</h4>
|
||||
<p>We are committed to protecting your data, implementing security measures to prevent unauthorized access or disclosure, recognizing that no system is infallible.</p>
|
||||
<h4>Third-Party Links and Services</h4>
|
||||
<p>Our website may contain links to third-party sites, for which we are not responsible for the privacy practices or content.</p>
|
||||
<h4>Children’s Privacy</h4>
|
||||
<p>We do not knowingly collect personal information from children under 18.</p>
|
||||
<h4>Updates to the Privacy Policy</h4>
|
||||
<p>This policy may be updated periodically, with the updated version effective upon posting on our website.</p>
|
||||
<h4>Contact Information</h4>
|
||||
<p>
|
||||
For any privacy-related questions or concerns, please contact us at:<br>
|
||||
<span>
|
||||
Arogin Healthcare<br>
|
||||
Bishalnagar, Kathmandu, Nepal<br>
|
||||
Email: info@aroginhealthcare.com<br>
|
||||
Phone: +977 980-1143423
|
||||
</span>
|
||||
</p>
|
||||
<h4>Data Protection Officer</h4>
|
||||
<p>Email: <a class="hover:text-secondaryColor" href="mailto:info@aroginhealthcare.com">info@aroginhealthcare.com</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@endsection
|
79
resources/views/theme/spade/pages/service.blade.php
Normal file
79
resources/views/theme/spade/pages/service.blade.php
Normal file
@@ -0,0 +1,79 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
|
||||
@section('title') {{ $service->title }} @endsection
|
||||
|
||||
@section('meta')
|
||||
<meta name="title" content="{{ optional($service->serviceMeta)->meta_title ?? $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ optional($service->serviceMeta)->meta_description ?? $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ optional($service->serviceMeta)->meta_keywords ?? $seoSetting['meta_keywords'] }}" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
|
||||
@php
|
||||
$breadcrumbData = array(
|
||||
[
|
||||
'title' => 'Services',
|
||||
'link' => 'javascript:;'
|
||||
],
|
||||
[
|
||||
'title' => $service->title,
|
||||
'link' => null
|
||||
]
|
||||
);
|
||||
@endphp
|
||||
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
|
||||
|
||||
<div class="auto-container">
|
||||
<div class="grid-container">
|
||||
<div class="grid-item">
|
||||
<div class="start-sidebar mt-60">
|
||||
<div class="primary-title">
|
||||
<h2 class="uppercase">
|
||||
Our Services
|
||||
</h2>
|
||||
</div>
|
||||
<div class="right-sidebar">
|
||||
<ul class="link-list">
|
||||
@if(count($otherServices) > 0)
|
||||
@foreach ($otherServices as $otherService)
|
||||
<li>
|
||||
<a href="{{ route('service', $otherService->slug) }}">{{ $otherService->title }}</a>
|
||||
<hr style="margin: 10px 0">
|
||||
</li>
|
||||
@endforeach
|
||||
@endif
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid-item">
|
||||
<div class="mt-60" style="padding: 0 30px 30px 30px">
|
||||
<h2 style="font-size: 24px; color:#22ad4b; padding-bottom: 12px;">{{ $service->title }}</h2>
|
||||
{!! $service->detail !!}
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid-item">
|
||||
<div class="top-services" style="padding: 60px 0 10px">
|
||||
<article class="post wow fadeInUp slide-item" data-wow-delay="0ms" data-wow-duration="1000ms">
|
||||
<div class="post-inner">
|
||||
<figure class="image">
|
||||
<img class="img-responsive" src="{{ $service->full_image }}" alt="Image" />
|
||||
<span class="curve"></span>
|
||||
</figure>
|
||||
<div class="content">
|
||||
<div class="inner-box">
|
||||
<h3 style="font-family: 'Sintony', sans-serif;">{{ $service->title }}</h3>
|
||||
<div class="text">
|
||||
<p>{!! $service->summary !!}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@endsection
|
@@ -0,0 +1,95 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
|
||||
@section('title') Terms of Service @endsection
|
||||
|
||||
@section('meta')
|
||||
<meta name="title" content="{{ $seoSetting['meta_title'] }}" />
|
||||
<meta name="description" content="{{ $seoSetting['meta_detail'] }}">
|
||||
<meta name="keywords" content="{{ $seoSetting['meta_keywords'] }}" />
|
||||
@endsection
|
||||
|
||||
@section('canonical')
|
||||
<link ref="canonical" href="https://aroginhealthcare.com/terms-of-service" />
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@php
|
||||
$breadcrumbData = [
|
||||
[
|
||||
'title' => 'Terms of Service',
|
||||
'link' => route('termsOfService')
|
||||
],
|
||||
];
|
||||
@endphp
|
||||
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
|
||||
|
||||
<section class="privary-policy">
|
||||
<div class="auto-container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="blog-area">
|
||||
<div class="post-item">
|
||||
<div class="post wow fadeInUp animated" style="margin-bottom: 0px; visibility: visible; animation-name: fadeInUp;">
|
||||
<div class="post-content wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">
|
||||
<h2 style="font-size: 24px; color:#22ad4b;">Terms of Service Agreement</h2>
|
||||
<div class="my-content">
|
||||
<h4>1. Introduction</h4>
|
||||
<p>Welcome to www.aroginhealthcare.com ("we", "us", "our"). By accessing our website at www.aroginhealthcare.com, our mobile application, and/or any services provided by us (collectively, the "Service"), you agree to be bound by these Terms of Service ("Terms", "ToS"). These Terms apply to all visitors, users, and others who access or use the Service.</p>
|
||||
|
||||
<h4>2. User Accounts</h4>
|
||||
<p>
|
||||
When you create an account with us, you must provide information that is accurate, complete, and current at all times. Failure to do so constitutes a breach of the Terms, which may result in immediate termination of your account on our Service.<br>
|
||||
You are responsible for safeguarding the password that you use to access the Service and for any activities or actions under your password, whether your password is with our Service or a third-party service.
|
||||
</p>
|
||||
|
||||
<h4>3. Privacy Policy</h4>
|
||||
<p>Your privacy is important to us. Our Privacy Policy explains how we collect, use, and protect your personal information. By using our Service, you agree to the collection and use of information in accordance with our Privacy Policy.</p>
|
||||
|
||||
<h4>4. Provision of Services</h4>
|
||||
<p>We reserve the right to modify, suspend, or discontinue the Service at any time without notice to you. We will not be liable to you or to any third party for any modification, price change, suspension, or discontinuance of the Service.</p>
|
||||
|
||||
<h4>5. User Responsibilities</h4>
|
||||
<span>
|
||||
You agree not to use the Service to:
|
||||
<ul>
|
||||
<li>Conduct any illegal activities.</li>
|
||||
<li>Infringe upon the intellectual property rights of others.</li>
|
||||
<li>Harass, abuse, or harm another person.</li>
|
||||
<li>Spread malware or viruses.</li>
|
||||
</ul>
|
||||
</span>
|
||||
<p></p>
|
||||
|
||||
<h4>6. Intellectual Property Rights</h4>
|
||||
<p>The Service and its original content, features, and functionality are and will remain the exclusive property of Arogin Healthcare and its licensors. Our Service may contain links to third-party websites or services that are not owned or controlled by Arogin Healthcare.</p>
|
||||
|
||||
<h4>7. Termination</h4>
|
||||
<p>We may terminate or suspend your account immediately, without prior notice or liability, for any reason whatsoever, including, without limitation, if you breach the Terms.</p>
|
||||
|
||||
<h4>8. Warranties and Disclaimers</h4>
|
||||
<p>Our Service is provided on an "AS IS" and "AS AVAILABLE" basis. We expressly disclaim all warranties of any kind, whether express or implied, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement.</p>
|
||||
|
||||
<h4>9. Indemnification</h4>
|
||||
<p>You agree to defend, indemnify, and hold harmless Arogin Healthcare and its licensee and licensors, and their employees, contractors, agents, officers, and directors, from and against any and all claims, damages, obligations, losses, liabilities, costs or debt, and expenses (including but not limited to attorney's fees), resulting from or arising out of a) your use and access of the Service, or b) a breach of these Terms.</p>
|
||||
|
||||
<h4>10. Governing Law and Jurisdiction</h4>
|
||||
<p>These Terms shall be governed and construed in accordance with the laws of Nepal, without regard to its conflict of law provisions. Our failure to enforce any right or provision of these Terms will not be considered a waiver of those rights.</p>
|
||||
|
||||
<h4>11. Changes to Terms</h4>
|
||||
<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. By continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms.</p>
|
||||
|
||||
<h4>12. Contact Information</h4>
|
||||
<p>If you have any questions about these Terms, please contact us at info@aroginhealthcare.com.</p>
|
||||
|
||||
<h4>Finalizing the Agreement</h4>
|
||||
<p>By using our Service, you acknowledge that you have read and understand these Terms of Service and agree to be bound by them.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@endsection
|
Reference in New Issue
Block a user