@if($libDoctor->action_required && $libDoctor->status == 0)
--}} {{--
@endif
Action Required !
{{$libDoctor->action_required}}
{{----}} {{--
Comments : {{$libDoctor->action_require_comment}}
--}}YODr. Journey
-
@if(sizeof($doctorTimeline) > 0)
@foreach($doctorTimeline as $timeline)
-
{{$timeline->title}}
{{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $timeline->date_time)->format('j M, Y \a\t g:iA') }}
{{ $timeline->description}}
@endforeach
@endif