{{-- header --}} @php($breadcrumbs = ['得意先・配送先単価一覧'=>null])
{{-- 検索条件 --}}
{{-- データリスト --}}
{{-- ★一覧を編集 --}} @foreach($customerDeliveryProductPrice as $row) @endforeach
No
{{($loop->iteration)}} {{$row->customer->customer_code}} {{$row->customer->customer_name}} {{$row->delivery->delivery_code ?? ''}} {{$row->delivery->delivery_name ?? ''}} {{$row->product->product_code}} {{$row->product->product_name}} {{number_format(floor($row->unit_price), 0, '.', ',')}} {{Enum::name('QuantityConditionType', $row->quantity_condition_type)}} {{$row->valid_from}} {{$row->valid_to}} {{$row->note}}
@isset($params->perpage) @endisset
{{-- modal --}} {{-- script --}}