@extends('theme.spade.layouts.main') @section('title') The Best Hair Transplant In Nepal @endsection @section('meta') @endsection @section('content') {{-- /* ------------------------------ Video Section ----------------------------- */ --}}

{{ $homePage->title ?? 'Leading Hair Transplant in Nepal' }}

{{-- /* ------------------------ Transformation Section ----------------------- */ --}}

Transformations

@empty(!$transformations) @foreach ($transformations ?? [] as $transformation)
{{ $transformation->graft . ' Grafts' }} @if($transformation->grade) {{ ' for ' . $transformation->grade . ' Grade' }} @endif
@endforeach @else Transformation not found ! @endempty
{{-- /* ------------------------ Video Testimonial Section ----------------------- */ --}}
@empty(!$videoTestimonials) @foreach ($videoTestimonials ?? [] as $videoTestimonial)
{!! $videoTestimonial->link !!}

{{ $videoTestimonial->name }}

{{ $videoTestimonial->designation }}

@endforeach @else Video Testimonial not found ! @endempty
{{-- /* ----------------------- Normal Testimonial Section ----------------------- */ --}}

Testimonials

@empty(!$normalTestimonials) @foreach ($normalTestimonials as $normalTestimonial)
Image

{{ $normalTestimonial->name }}

{{ $normalTestimonial->statement }}

@endforeach @endempty
{{-- /* --------------------------- Team Member Section -------------------------- */ --}}

Doctors

@empty(!$teamMembers) @foreach ($teamMembers as $teamMember) @endforeach @endempty
{{-- /* ---------------------------- About Us Section ---------------------------- */ --}}
Arogin Image

{{ $aboutPage->title }}

{{ $aboutPage->summary }}

{{-- /* -------------------------- Feature News Section -------------------------- */ --}}

Blogs

@empty(!$blogs) @foreach ($blogs as $blog) @endforeach @endempty
{{-- /* -------------------------- Get In Touch Section -------------------------- */ --}}

Contact Us

Have any questions? Leave us your contact information, and we’ll reach out to you.

@csrf
@error('full_name')
{{ $message }}
@enderror
@error('address')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('message')
{{ $message }}
@enderror
@endsection @push('js') @endpush