Institute Name
{{ $doctor_event->institute ? $doctor_event->institute : '--' }}
Degree Title
{{ $doctor_event->degree ? $doctor_event->degree : '--' }}
From
{{ $doctor_event->from ? $doctor_event->from : '--' }}
To
{{ $doctor_event->to ? $doctor_event->to : '--' }}
File
@if ($doctor_event->file)
@else
--
@endif
Status
{{ $doctor_event->is_active ? 'Active' : 'Inactive' }}
Created At
{{ date_format($doctor_event->created_at, 'd-m-Y') }}
Description
{!! $doctor_event->description !!}