| {{($loop->iteration)}} |
@if($params->is_active != '')
|
@endif
{{ $row->jan_code }} |
{{ $row->product_code }} |
{{ $row->product_name }} |
{{ $row->product_name_en }} |
{{ $row->product_character }} |
{{ num_format($row->list_price, 0) }} |
{{ num_format($row->reference_price, 0) }} |
{{ num_format($row->rank1 ?? '', 0) }} |
{{ num_format($row->rank2 ?? '', 0) }} |
{{ num_format($row->rank3 ?? '', 0) }} |
{{ num_format($row->rank4 ?? '', 0) }} |
{{ num_format($row->rank5 ?? '', 0) }} |
{{ num_format($row->rank6 ?? '', 0) }} |
{{$row->category_lv1_id}} |
{{obj_attr($row->categoryLv1, 'category_name')}} |
{{$row->category_lv2_id}} |
{{obj_attr($row->categoryLv2, 'category_name')}} |
{{ num_format($row->inner_case_quantity ?? '', 0) }} |
{{ num_format($row->outer_case_quantity ?? '', 0) }} |
{{ num_format($row->carton_quantity ?? '', 0) }} |
{{ num_format($row->body_width ?? '', 2) }} |
{{ num_format($row->body_height ?? '', 2) }} |
{{ num_format($row->body_depth ?? '', 2) }} |
{{ num_format($row->body_weight ?? '', 2) }} |
{{ num_format($row->pkg_width ?? '', 2) }} |
{{ num_format($row->pkg_height ?? '', 2) }} |
{{ num_format($row->pkg_depth ?? '', 2) }} |
{{ num_format($row->pkg_weight ?? '', 2) }} |
{{ num_format($row->inner_case_width ?? '', 2) }} |
{{ num_format($row->inner_case_height ?? '', 2) }} |
{{ num_format($row->inner_case_depth ?? '', 2) }} |
{{ num_format($row->inner_case_weight ?? '', 2) }} |
{{ num_format($row->outer_case_width ?? '', 2) }} |
{{ num_format($row->outer_case_height ?? '', 2) }} |
{{ num_format($row->outer_case_depth ?? '', 2) }} |
{{ num_format($row->outer_case_weight ?? '', 2) }} |
{{ num_format($row->profit_calc_price, 2) }} |
$row->id])}}')" class="{{$canView}}" />
$row->id])}}')" class="{{$canUpdate}}" />
|
@endforeach