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