|
ลำดับ
|
รายการสินค้า
|
จำนวน
|
@if($res_bc->XIBoxIsoNum > 0)
|
{{ $i }}
|
Isolation gowns Free Size
|
{{ $res_bc->XIBoxIsoNum }}
|
@php
$sumtotal += $res_bc->XIBoxIsoNum;
$i++;
@endphp
@endif
@if($res_bc->XIBoxAntiNumM > 0)
|
{{ $i }}
|
Anti-Virus Size M
|
{{ $res_bc->XIBoxAntiNumM }}
|
@php
$sumtotal += $res_bc->XIBoxAntiNumM;
$i++;
@endphp
@endif
@if($res_bc->XIBoxAntiNumL > 0)
|
{{ $i }}
|
Anti-Virus Size L
|
{{ $res_bc->XIBoxAntiNumL }}
|
@php
$sumtotal += $res_bc->XIBoxAntiNumL;
$i++;
@endphp
@endif
@if($res_bc->XIBoxOverM > 0)
|
{{ $i }}
|
Overall Size M
|
{{ $res_bc->XIBoxOverM }}
|
@php
$sumtotal += $res_bc->XIBoxOverM;
$i++;
@endphp
@endif
@if($res_bc->XIBoxOverL > 0)
|
{{ $i }}
|
Overall Size L
|
{{ $res_bc->XIBoxOverL }}
|
@php
$sumtotal += $res_bc->XIBoxOverL;
$i++;
@endphp
@endif
@if($res_bc->XIBoxOverXL > 0)
|
{{ $i }}
|
Overall Size XL
|
{{ $res_bc->XIBoxOverXL }}
|
@php
$sumtotal += $res_bc->XIBoxOverXL;
$i++;
@endphp
@endif
@if($res_bc->XIBoxOver2XL > 0)
|
{{ $i }}
|
Overall Size 2XL
|
{{ $res_bc->XIBoxOver2XL }}
|
@php
$sumtotal += $res_bc->XIBoxOver2XL;
$i++;
@endphp
@endif