@extends('frontend.layouts.app') @section('title', $blog->title . ' - I Am Happy Healthcare Platform') @section('content')

Blog Details

@if($blog->image) {{ $blog->title }} @endif

{{ $blog->title }}

{{ $blog->created_at->format('M d, Y') }} @if($blog->category) {{ $blog->category->name }} @endif
{!! $blog->description !!}
@endsection