Post Category
{{ $clinic_post->blog_category->name ? $clinic_post->blog_category->name : '--' }}
Name
{{ $clinic_post->name ? $clinic_post->name : '--' }}
Image
@if ($clinic_post->image)
@else
--
@endif
Slug
{{ $clinic_post->slug ? $clinic_post->slug : '--' }}
Status
{{ $clinic_post->is_active ? 'Active' : 'Inactive' }}
Created At
{{ date_format($clinic_post->created_at, 'd-m-Y') }}
Description
{!! $clinic_post->description !!}