@extends('website::modern.layout.master') @section('title', ($data['values']['doctor_name'] ?? 'Doctor') . ' - Home') @section('content')
HI I AM

{{ $data['values']['home_title'] != '' ? $data['values']['home_title'] : 'Meet Dr. ' . ($data['values']['doctor_name'] ?? 'Tushar Raja') . ' — Your Trusted Healthcare Partner' }}

{{ $data['values']['home_slogan'] != '' ? $data['values']['home_slogan'] : 'A highly experienced and compassionate healthcare professional dedicated to providing personalized care tailored to your needs.' }}

Time For Meet

Monday - Friday

9:00 AM - 06:00 PM

Saturday - Sunday

9:00 AM - 06:00 PM

For Emergency Care

{{ $data['values']['phone'] ?? '+208-6666-0112' }}

About Me

{{ $data['values']['about_title'] ?? 'My Journey in Medicine' }}

{{ $data['values']['about_description'] ?? "I'm a specialist with a passion for providing holistic, evidence-based medical care. With years of experience, I've had the privilege of treating thousands of patients with empathy, accuracy, and dedication." }}

{{--
--}} {{-- Doctor's Motto or Belief: Healing begins with listening.--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}}
Services I Provide

Medical Services I Provide

@if(isset($data['internal_collections']['services_collection']) && count($data['internal_collections']['services_collection']) > 0) @foreach($data['internal_collections']['services_collection'] as $service)

{{ $service['title'] ?? 'Service' }}

{{ $service['description'] ?? 'Service description' }}

read more
@endforeach @endif
Doctor's Blog

Your Health, My Words

@if(isset($latestPosts) && $latestPosts->count() > 0) @foreach($latestPosts as $post)
@if($post->image) {{ $post->title }} @else {{ $post->title }} @endif

{{ $post->title }}

@if($post->published_at) {{ $post->published_at->format('d F Y') }} @endif Blog
slug/post/$post->id?token=$token") }}" class="btn"> Read more
@endforeach @else @for($i = 0; $i < 3; $i++)

The Medical Minute Quick Tips for Better Living

11 March 2025 Blog
@endfor @endif
@endsection