{{--8,9,10--}} {{--11--}} {{--12--}} {{--13--}} {{--14--}} {{--15--}} {{--16--}} {{--17--}} {{--18--}} {{--19--}} {{--20--}} {{--21--}} {{--22--}} {{--23--}} {{--24, 25, 26--}} {{--27--}} {{--28--}} {{--29--}} @php $count = 0; $cur_price_val = 0; $cur_tax_val = 0; $item_index = 1; @endphp @foreach ($purchase_estimate->items as $item) @php $count++; $cur_price_val += $item->price; $cur_tax_val += $item->consumption_tax; $item_index++; @endphp @endforeach @if($item_index < 20) @foreach(range($item_index, 20) as $index) @endforeach @endif {{--49--}} {{--50--}} {{--51--}} {{--52--}} {{--53--}}
{{ Carbon::now()->format('Y年n月j日') }}
車 輌 買 取 り 御 見 積 書
{{ is_object($purchase_estimate->partner) ? $purchase_estimate->partner->getFullName() : '' }} ウシトラ (株式会社 ウシジマ)
{{ isset($purchase_estimate->partner->honorific_type) ? config('const.honorific_type.'. $purchase_estimate->partner->honorific_type) : '様' }}
□八女本社
〒834-0066 福岡県八女市室岡377-10
TEL. 0943-24-1126 FAX. 0943-24-4812

□福岡支店
〒811-2301 福岡県糟屋郡粕屋町上大隈810-5
TEL. 092-939-9055 FAX. 092-938-6008

□埼玉支店
〒349-1125 埼玉県久喜市高柳1588-1
TEL. 0480-53-8110 FAX. 0480-53-8120

□東京営業所
〒104-0053 東京都中央区晴海3-13-1
EAST棟5215号
下記の通りお見積り申し上げます。
担当
合計金額 {{ is_numeric($purchase_estimate->estimated_amount) ? '¥'.number_format($purchase_estimate->estimated_amount) : '' }}
項  目 金額 消費税 備考
{{ $item->item }} {{ is_numeric($item->price) ? number_format($item->price) : ''}} {{ is_numeric($item->consumption_tax) ? number_format($item->consumption_tax) : ''}} {{ $item->item_note }}
小計 {{ !empty($cur_price_val) ? '¥'.number_format($cur_price_val) : ''}}
消費税 {{ !empty($cur_tax_val) ? '¥'.number_format($cur_tax_val) : ''}}
車両代合計 {{ !empty($cur_tax_val + $cur_price_val) ? '¥'.number_format($cur_tax_val + $cur_price_val) : ''}}