@extends('layouts.app') @section('title', 'News & Events') @section('content')
@if ($news->image && $news->image->file && $news->image->file->image_path) {{ $news->image->alt_text ?? $news->title }} @else Default News Image @endif

Admin

{{ \Carbon\Carbon::parse($news->blog_date)->format('F d, Y') }}

{{ $news->category->category_name ?? 'Uncategorized' }}

{{ $news->title }}

{!! $news->context !!}

Why Regular Check-Ups Matter

Regular medical visits are not just about treating illnesses — they are about preventing them. By consulting with your doctor periodically, you can monitor your overall well-being, track key health indicators, and address any concerns before they become serious.

Key Benefits of Routine Check-Ups

  • Conditions such as diabetes, hypertension, and certain cancers can be identified in their earliest stages when treatment is most effective.
  • Regular tests and screenings can highlight risk factors and allow for preventive measures.
  • Doctors can provide lifestyle advice on diet, exercise, and habits tailored to your unique health needs.
  • Knowing your health status gives you confidence and reduces anxiety about potential illnesses.
@endsection