売 買 契 約 書
(甲)
氏名
住所

TEL. FAX.
(乙)
ウシトラ (株式会社 ウシジマ)
〒834-0066   福岡県八女市室岡377-10
TEL.0943-24-1126   FAX.0943-24-4812
甲は乙に対して、以下の約定にて下記車両の売買を約束し、甲は了承し売買契約を締結する。
@php $total = null; if(is_object($contract) && !is_null($contract->purchasing_price)) { $total = $contract->purchasing_price + (round($contract->purchasing_price/10)); } @endphp
車両明細の金額     {{ !is_null($total) ? '¥'.number_format($total) : '' }}     税込とする。
車 両 明 細
@foreach(range(1, 4) as $index) @endforeach
年 式 車体番号 車体の形状 走行距離 金額(税込)
{{ (is_object($contract) && is_object($contract->vehicle)) ? \App\Helper\SystemHelper::convertSymbolGtJYeaMonth($contract->vehicle->year_type_y,$contract->vehicle->year_type_m) : '' }} {{ (is_object($contract) && is_object($contract->vehicle)) ? $contract->vehicle->chassis_no : '' }} {{ (is_object($contract) && is_object($contract->vehicle)) ? $contract->vehicle->getVehicleShape() : '' }} {{ (is_object($contract) && is_object($contract->vehicle)) ? (is_null($contract->vehicle->travel_distance) ? '' : number_format($contract->vehicle->travel_distance).' km') : '' }} {{ is_null($total) ? '' : '¥ '.number_format($total) }}
車 両 状 態
公道走行 {{ config('const.vehicle_public_driving_status.'.(isset($vehicle->public_driving) ? $vehicle->public_driving : '')) }} {{ (isset($vehicle->public_driving_note) && $vehicle->public_driving == config('const.estimate_other_company_status_code.exists')) ? $vehicle->public_driving_note : '' }}
事故歴 {{ config('const.vehicle_accident_status.'.(isset($vehicle->accident_history) ? $vehicle->accident_history : '')) }} {{ (isset($vehicle->accident_history_note) && $vehicle->accident_history == config('const.estimate_other_company_status_code.exists')) ? $vehicle->accident_history_note : '' }}
メーター改ざん、メーター交換 {{ config('const.vehicle_meter_status.'.(isset($vehicle->meter_tampering) ? $vehicle->meter_tampering : '')) }} {{ (isset($vehicle->meter_tampering_note) && $vehicle->meter_tampering == config('const.estimate_other_company_status_code.exists')) ? $vehicle->meter_tampering_note : '' }}
車両の不具合箇所 {{ config('const.vehicle_defect_status.'.(isset($vehicle->vehicle_defect) ? $vehicle->vehicle_defect : '')) }} {{ (isset($vehicle->vehicle_defect_note) && $vehicle->vehicle_defect == config('const.estimate_other_company_status_code.exists')) ? $vehicle->vehicle_defect_note : '' }}
□ 現車と車両登録内容が大きく異なる場合は買取金額が減額する場合がございます。
□ 減額となる場合は買取契約書の再締結後の入金となりますので、ご了承ください。
振込先
銀行名 {{ isset($contract->bank_name) ? $contract->bank_name : '' }} 支店名 {{ isset($contract->branch_name) ? $contract->branch_name : '' }}
口座種別 {{ isset($contract->account_type) ? config('const.account_type.'.$contract->account_type) : '' }} 口座番号 {{ isset($contract->account_number) ? $contract->account_number : '' }}
口座名義 {{ isset($contract->account_name) ? $contract->account_name : '' }}