@extends('layouts.app') @section('title', 'Health & Wellness Blog - Saba Remedies') @section('content')

Health & Unani Blog

Articles, natural wellness tips, and insights on the science of Unani Tibb

@if($blogs->count() > 0)
@foreach($blogs as $blog)
@if($blog->image)
{{ $blog->title }}
@endif
Unani Health

{{ $blog->title }}

{{ strip_tags($blog->description ?? $blog->data ?? '') }}

{{ date('d M Y', strtotime($blog->created_date ?? now())) }} Read Article →
@endforeach
{{ $blogs->links() }}
@else

No blog posts available

Articles on Unani Tibb and natural wellness will be published soon.

@endif
@endsection