{{ $service['title'] ?? 'Service' }}
{{ $service['description'] ?? 'Service description' }}
@extends('website::modern.layout.master')
@section('title', ($data['values']['doctor_name'] ?? 'Doctor') . ' - Home')
@section('content')
{{ $data['values']['home_slogan'] != '' ? $data['values']['home_slogan'] : 'A highly experienced and compassionate healthcare professional dedicated to providing personalized care tailored to your needs.' }}
{{ $data['values']['home_title'] != '' ? $data['values']['home_title'] : 'Meet Dr. ' . ($data['values']['doctor_name'] ?? 'Tushar Raja') . ' — Your Trusted Healthcare Partner' }}
9:00 AM - 06:00 PM
9:00 AM - 06:00 PM
{{ $data['values']['phone'] ?? '+208-6666-0112' }}
{{ $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." }}
{{--{{ $service['description'] ?? 'Service description' }}
@endif