@if($customStatusText != 0) <{{$htmlElement}} id="custom-status-disaply-{{$id}}"> {{ (isset($label) && $label != '') ? $label : 'Custom Status'}}: {{config::get('status.status.custom_status.'.$customStatusText)}} {{$htmlElement}}> @if($customRemark != '') <{{$htmlElement}} id="custom-remark-disaply-{{$id}}"> Custom Remark:
{{$customRemark}}
{{$htmlElement}}> @endif @endif