Name
{{ $clinic_certification->name ? $clinic_certification->name : '--' }}
File
@if ($clinic_certification->file)
@else
--
@endif
Status
{{ $clinic_certification->is_active ? 'Active' : 'Inactive' }}
Created At
{{ date_format($clinic_certification->created_at, 'd-m-Y') }}
Description
{!! $clinic_certification->description !!}