{!! editcard('accessory', 'accessory.blade.php') !!}

BILLING

@php if(isset($json->billingicd9)){ $bill = DB::table('tb_procedureicd9')->wherein('proicd9_id',$json->billingicd9)->get(); } @endphp @isset($bill) @foreach($bill as $icd9) @endforeach @endisset
Code ICD-9 ราคาเบิกจ่าย ราคา
{{$icd9->icd9}} {{$icd9->icd9_billname}} - {{$icd9->icd9_billprice}}
@php $count_acc = 0; if(isset($json->billing_accessory)){ $count_acc++; } @endphp @isset($json->billing_accessory) @foreach($json->billing_accessory as $acc) @php $count_acc++; @endphp @endforeach @endisset
Accessory จำนวน ราคา
ราคารวม