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