</th>
                                <td>@if($correctiveActions)
										Some Corrective Action Is Given.
									@else
										No Corrective Action Is Given.
									@endif</td>
                            </tr>
							@if(!$correctiveActions)
							<tr>
                                <th>									
									Remaining Day('s)
								</th>
                                <td>
								@foreach($safetyConcernDatas as $sc)
								<?php 
$day = CommonFunction::remaingDay($sc->target_date);
?>
								@if($day<0)
									<span style="color: red">{{$day}} day(s)</span>
								@else 
									<span style="color: green">{{$day}} day(s)</span>
								@endif
							
								@endforeach
								</td>
                            </tr>
                            @endif
							
						</tbody>