@if (!request()->routeIs('servicesOffered'))
All Services
@endif
@php
$services = [
[
'title' => 'Emergency Services',
'description' => 'Around-the-clock emergency services equipped with state-of-the-art facilities and a dedicated team to handle urgent and life-threatening situations. Prime Hospital provides 24/7 emergency care services, ensuring immediate and high-quality treatment for critical conditions.',
'image' => 'assets/homepage/healthcard/emergency care.png'
],
[
'title' => 'Outpatient Services',
'description' => 'Around-the-clock emergency services equipped with state-of-the-art facilities and a dedicated team to handle urgent and life-threatening situations. Prime Hospital provides 24/7 emergency care services, ensuring immediate and high-quality treatment for critical conditions.',
'image' => 'assets/homepage/healthcard/outpatient services.png'
],
[
'title' => 'Inpatient Services',
'description' => 'Around-the-clock emergency services equipped with state-of-the-art facilities and a dedicated team to handle urgent and life-threatening situations. Prime Hospital provides 24/7 emergency care services, ensuring immediate and high-quality treatment for critical conditions.',
'image' => 'assets/homepage/healthcard/inpatient services.png'
],
[
'title' => 'Surgical Services',
'description' => 'Around-the-clock emergency services equipped with state-of-the-art facilities and a dedicated team to handle urgent and life-threatening situations. Prime Hospital provides 24/7 emergency care services, ensuring immediate and high-quality treatment for critical conditions.',
'image' => 'assets/homepage/healthcard/surgical services.png'
],
[
'title' => 'Diagnostic Services',
'description' => 'Around-the-clock emergency services equipped with state-of-the-art facilities and a dedicated team to handle urgent and life-threatening situations. Prime Hospital provides 24/7 emergency care services, ensuring immediate and high-quality treatment for critical conditions.',
'image' => 'assets/homepage/healthcard/diagnostics services.png'
],
];
@endphp
@php
$firstCardId = 'card-' . uniqid();
@endphp