@if($action)

by {{$action->user->name}} {{$action->created_at->format('d/m/Y h:i a')}}

Do you have defective stock requiring quarantine? {{$action->have_defective_stock}} @if($action->have_defective_stock == 'Yes'), Quantity: {{$action->defective_quantity}} @endif
@if($action->have_defective_stock == 'Yes') Has the stock been quarantined?{{$action->stock_been_quarantined}} @if($action->stock_been_quarantined == 'Yes') , Location: {{$action->stock_been_quarantined_location}} @else , Reason: {{$action->stock_been_quarantined_reason}} @endif
Has defective stock been returned to the supplier/manufacturer? {{$action->stock_been_returned}} @if($action->stock_been_returned == 'No') , Reason: {{$action->stock_been_returned_reason}} @endif
@if($alert->national_alert->patient_level_recall) Have you checked any deliveries/parcels awaiting collection/mds that need recall? {{$action->recall_awaiting_collection}}
Have patients been contacted/notified?
{{$action->patients_contacted}} @endif @if(!empty($action->addtional_comments))
Additional Comments: {{$action->addtional_comments}} @endif @endif

@if(count($action->comments))
@foreach($action->comments as $comment)

by {{$comment->user->name}} {{$comment->created_at->format('d/m/Y h:i a')}} @if($comment->canEditAndDelete()) @endif

{{$comment->comment}}


@if($comment->canEditAndDelete()) @endif @endforeach @endif

@csrf
@endif