@extends('front.layouts.app') @section('title', $blog->title . ' - Astrotalk Blog') @section('content')

{{ $blog->title }}

{{ $blog->published_at ? $blog->published_at->format('M d, Y') : $blog->created_at->format('M d, Y') }}
Astrotalk Expert
5 min read
@if($blog->image)
{{ $blog->title }}
@endif
{!! $blog->content !!}

Enjoyed this article?

Share it with your friends and family.

Get Expert Advice

Connect with our top astrologers for personalized insights and guidance.

Consult Now
@endsection