@extends('print.template.checklist') @section('title', 'お見積書') @section('header')
| 行 | 品番 | JANコード | 規格 |
単価(税抜) 上:ケース/下:バラ |
明細備考 |
|---|---|---|---|---|---|
| 商品名 | 税率 | ||||
| {{$index + 1}} | {{$item->code}} | {{$item_search_information->search_string ?? null}} | {{$item->packaging}} |
{{$case_price_excluding_tax}} {{$unit_price_excluding_tax}} |
@if(!empty($estimate_item->note))
{{$estimate_item->note}}
@endif
@if($show_tax_exempt_price)
@if($show_tax_exempt_case_price)
非課税ケース保証金 {{$tax_exempt_case_price}}円
@endif
非課税バラ保証金 {{$tax_exempt_unit_price}}円
@endif
|
| {{$item->name_main}} | {{\App\Enums\EItemTaxType::tryFrom($item_price?->type)?->asPercent() ?? ''}} | ||||