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