RAPID UREASE TEST :
@if(mevalue($json,['rapid','rapid_other','rapid_name']))
@php
$rapid = DB::table('dd_rapid')->where('rapid_id','=',@$json->rapid)->first();
@endphp
@if(@$json->rapid!="" || @$json->rapid_other!="")
@if(@$json->rapid=="3")
{{@$rapid->rapid_name}} @if(@$json->rapid_other!='' && @$json->rapid_other!=null)({{@$json->rapid_other}}) @endif
[ ] Positive
[ ] Negative
@else
{{@$rapid->rapid_name}}
@if(@$json->rapid_other!='' && @$json->rapid_other!=null)({{@$json->rapid_other}}) @endif
@endif
@else
Not done
@endif
@if(@$json->rapid=="" && @$json->rapid_other=="")
Not done
@endif
@else
Not done
@endif
|