Findings
Stomach & Duodenum : @if(isset($json->stomach_duodenum)) {{@$json->stomach_duodenum}} @else N/A @endif
Ampulla : @if(isset($json->ampulla)) {{@$json->ampulla}} @else N/A @endif
Common bile duct cannulation : @if(isset($json->common_bile)) {{@$json->common_bile}} @else N/A @endif
Pancreatic duct cannulation : @if(isset($json->pancreatic_duct)) {{@$json->pancreatic_duct}} @else N/A @endif
Pancreatogram : @if(isset($json->pancreatogram)) {{@$json->pancreatogram}} @else N/A @endif
Cholangiogram : @if(isset($json->cholangiogram)) {{@$json->cholangiogram}} @else N/A @endif
Sphincterotomy : @if(isset($json->sphincterotomy_not)||isset($json->sphincterotomy_est)||isset($json->sphincterotomy_cut)) @if (isset($json->sphincterotomy_not)) Not done   @endif @if (isset($json->sphincterotomy_est)) EST   @endif @if (isset($json->sphincterotomy_cut)) Pre cut   @endif @else N/A @endif
Balloon extraction : @if(isset($json->balloon_not)||isset($json->balloon_not_text)) @if (isset($json->balloon_not)) Not done   @endif @if (isset($json->balloon_not_text)) {{@$json->balloon_not_text}} @endif @else N/A @endif
Dilation : @if(isset($json->dilation_not)||isset($json->dilation_not_text)) @if (isset($json->dilation_not)) Not done   @endif @if (isset($json->dilation_not_text)) {{@$json->dilation_not_text}} @endif @else N/A @endif
Stent : @if(isset($json->stent_not)||isset($json->stent_not_text)) @if (isset($json->stent_not)) Not done   @endif @if (isset($json->stent_not_text)) {{@$json->stent_not_text}} @endif @else N/A @endif
Other : @if(isset($json->ercp_other)) {{@$json->ercp_other}} @else N/A @endif