@error('vehicle.sale_info.other_info.'.$key.'.field_name')
{{ $message }}
@enderror
|
{{ ((isset($vehicle_sale_info['other_info'][$key]['value']) ) ? number_format($vehicle_sale_info['other_info'][$key]['value']).'円' : '') }}
@error('vehicle.sale_info.other_info.'.$key.'.value')
{{ $message }}
@enderror
|
{{ ((isset($vehicle_sale_info['other_info'][$key]['non_tax_value'])) ? number_format($vehicle_sale_info['other_info'][$key]['non_tax_value']).'円' : '') }}
|
|
{{ \App\Service\UserService::getUserName((isset($vehicle_sale_info['other_info'][$key]['charger']) ? $vehicle_sale_info['other_info'][$key]['charger'] : '')) }} |
{{--
@error('vehicle.sale_info.other_info.'.($key + 1).'.field_name')
{{ $message }}
@enderror
|
@include('backend.share.vehicle.confirm._s_select_check', ['name'=>'vehicle[sale_info][other_info]['.($key + 1).'][csch1]', 'select' => old('vehicle.sale_info.other_info.'.($key + 1).'.csch1', isset($vehicle_sale_info['other_info'][($key + 1)]['csch1']) ? $vehicle_sale_info['other_info'][($key + 1)]['csch1'] : ''), 'class'=> 'sale_info-csch1'])
|
@error('vehicle.sale_info.other_info.'.($key + 1).'.value')
{{ $message }}
@enderror
|
{{ \App\Service\UserService::getUserName((isset($vehicle_sale_info['other_info'][($key + 1)]['charger']) ? $vehicle_sale_info['other_info'][($key + 1)]['charger'] : '')) }} |
--}}