| Description | @if($use_qty == 1)Quantity | @endifAmount (THB) |
|---|---|---|
| {{ $quotation->quotation_main_description }} | @if($use_qty == 1){{ $main_qty != 0 ? number_format($main_qty) : '' }} | @endif{{ (float)$quotation->quotation_amount != 0 ? number_format((float)$quotation->quotation_amount, 2) : '' }} |
| {{ $sub }} | @if($use_qty == 1){{ $current_sub_qty != 0 ? number_format($current_sub_qty) : '' }} | @endif@if($current_sub_amount != 0) {{ number_format($current_sub_amount, 2) }} @endif |