@extends('frontend.layouts.master') @section('title') {{ $generalSetting['company_name'] }} @endsection @section('meta') @endsection @section('content') {{-- /* ------------------------------ Video Section ----------------------------- */ --}}

{{ $homePage->title ?? 'BEST TECHNOLOGY FOR HAIR TRANSPLANT' }}

Book your Appointment image
{{-- /* ------------------ Transformation / Before After Section ----------------- */ --}}

Have a look at our

Amazing Transformations

@if(count($transformations) > 0) @foreach ($transformations ?? [] as $transformation)
Patient Name
{{ $transformation->name }}
Hair Loss Grade
{{ $transformation->grade }}
No. of Drafts
{{ $transformation->graft }}
@endforeach @endif
{{-- /* ------------------------ Video Testimonial Section ----------------------- */ --}}
@if(count($videoTestimonials) > 0) @foreach ($videoTestimonials ?? [] as $videoTestimonial)
{!! $videoTestimonial->link !!}
{{-- --}}

{{ $videoTestimonial->name }}

{{ $videoTestimonial->designation }}

{{--

{{ $videoTestimonial->statement }}

--}}
@endforeach @endif
{{-- /* ----------------------- Normal Testimonial Section ----------------------- */ --}}

Featured Reviews

What Our Happy Patients Says

@if(count($testimonials) > 0) @foreach ($testimonials ?? [] as $testimonial) @if (empty($testimonial['link']) && isset($testimonial['image']))
Image

{{ $testimonial->name }}

{{ $testimonial->statement }}

@endif @endforeach @endif
01/02
{{-- /* ---------------------------- About Us Section ---------------------------- */ --}}

Let's Know About

{{ $aboutPage->title ?? 'About Us' }}

{{ $aboutPage->summary ?? 'We are Arogin Health Care' }}

Read More Image
{{-- /* ------------------------------ Team Section ------------------------------ */ --}}

WE ARE A

Team of Professionals

{{-- /* ----------------------------- Client Section ----------------------------- */ --}}

We believe in trust

Arogin Associations

@if(count($clients)) @foreach ($clients->chunk(2) ?? [] as $clientItems)
@foreach ($clientItems ?? [] as $client) @endforeach
@endforeach @endif
@endsection