@extends('frontend.layouts.app') @section('title', $blog->title . ' - I Am Happy Healthcare Platform') @section('content') Blog Details Home Blogs Detail @if($blog->image) @endif {{ $blog->title }} {{ $blog->created_at->format('M d, Y') }} @if($blog->category) {{ $blog->category->name }} @endif {!! $blog->description !!} Back to Blogs @endsection