@php $canStore = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canStore) ? '' : 'hidden'; $canView = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canView) ? '' : 'hidden'; $canUpdate = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate) ? '' : 'hidden'; @endphp {{-- header --}} @php($breadcrumbs = ['商品一覧'=>null])
{{-- 検索条件 --}}
@csrf {{-- |基本条件 --}}
{{-- |アクション --}}
{{-- データリスト --}}
{{-- ★一覧を編集 --}} @if($params->is_active != '') @endif @if($params->is_active != '') @endif @foreach($products as $row) @if($params->is_active != '') @endif @endforeach
No
{{($loop->iteration)}}{{ $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) }}
@isset($params->perpage) @endisset
{{-- |フッター --}}
{{-- script --}}