@extends('backend.layouts.app') @section('content') @include("backend.layouts.flash-message") @if(isset($is_confirm) && $is_confirm) @if(isset($params->id) && $params->id)
発行日 |
@if(isset($is_confirm) && ($is_confirm))
{{ isset($params->print_date) ? $params->print_date : Carbon::now()->format('Y-m-d') }}
@else
|
申込日 |
@if(isset($is_confirm) && ($is_confirm))
{{ isset($params->order_date) ? $params->order_date : Carbon::now()->format('Y-m-d') }}
@else
|
担当 |
@if(isset($is_confirm) && isset($is_confirm))
{{ \App\Service\UserService::getUserName(isset($params->charger_id) ? $params->charger_id : '') }}
@else
|
---|
車名 | {{ $vehicle->vehicleMakerName() }} | 形状 | {{ $vehicle->vehicleBodyCategoryName() }} | 年式 | {{ \App\Helper\SystemHelper::convertGtJYeaMonth($vehicle->vehicle_info_basic->year_type_y, $vehicle->vehicle_info_basic->year_type_m) }} |
---|---|---|---|---|---|
型式 | {{ $vehicle->vehicleModel() }} | 車体番号 | {{ $vehicle->vehicle_info_basic->chassis_no }} | 登録番号 | {{ $vehicle->register_no }} |
走行距離 | {{ (isset($vehicle->vehicle_info_basic->rough_travel_distance) && !empty($vehicle->vehicle_info_basic->rough_travel_distance)) ? number_format($vehicle->vehicle_info_basic->rough_travel_distance).'km' : '' }} | 車検 | {{ config('const.vehicle_inspection_status.'.($vehicle->vehicle_info_basic->inspection_status)) }} |
@foreach(config('const.order_sale_class') as $key => $class)
vehicle_type) ? $params->vehicle_type : '') == $key ? 'checked' : '' }}>
@endforeach
|
車両販売価格 | 金額 | 消費税 |
---|---|---|
車両本体価格 | 円 | 円 |
円 | 円 | |
①整備、架装その他 | 円 | 円 |
諸費用 | ||
②税金等 | 円 | |
③販売諸費用 | 円 | 円 |
下取車 | ||
④下取充当金 | 円 | 円 |
小計 | 円 | 円 |
ご注文金額(税込) | 円 |
車名 | 年式 |
@if(isset($is_confirm) && $is_confirm)
{{ is_object($params) ? \App\Helper\SystemHelper::convertGtJYeaMonth($params->year_type_y, $params->year_type_m) : '' }}
@else
@include('backend.share._parts._yearlist', [
'name' =>'year_type_y',
'class_name' => 'w60per',
'year' => isset($params->year_type_y) ? $params->year_type_y : ''
])
@endif
|
形状 | ||
---|---|---|---|---|---|
型式 | @if(isset($is_confirm) && ($is_confirm)) {{ isset($params->model_first) ? $params->model_first.'-' : '' }}{{ isset($params->model_second) ? $params->model_second : '' }} @else - @endif | 車体番号 | 走行距離 | @if(isset($is_confirm) && ($is_confirm)) {{ isset($params->travel_distance) ? number_format($params->travel_distance).'km' : '' }} @else km @endif |
①整備、架装、その他 | 消費税 | ||
---|---|---|---|
円 | 円 | ||
円 | 円 | ||
小計 | 円 | 円 | |
②税金等 | |||
自動車税 | 円 | ||
環境性能割 | 円 | ||
重量税 | 円 | ||
自賠責 | 円 | ||
円 | |||
円 | |||
小計 | 円 | ||
③販売諸費用 | 消費税 | ||
登録手数料 | 円 | 円 | |
車検代行手数料 | 円 | 円 | |
円 | 円 | ||
円 | 円 | ||
小計 | 円 | 円 | |
④下取充当金 | 消費税 | ||
下取車価格 | 円 | 円 | |
円 | 円 | ||
円 | 円 | ||
小計 | 円 | 円 |