{{ 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 □福岡支店 〒813-0023 福岡県福岡市東区蒲田3-25-3 TEL.092-663-2588 FAX.092-663-6288 □埼玉支店 〒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) : ''}} | ||||||||||||