@if ($vehicles->count() > 0) @foreach ($vehicles as $param) @endforeach @else @endif
検索条件
管理担当者 {{ \App\Service\UserService::getUserName((isset($search_params['charge_user_id']) ? $search_params['charge_user_id'] : '')) }} 使用拠点 {{ config('const.vehicle_shed_list.'.(isset($search_params['planed_shed_id']) ? $search_params['planed_shed_id'] : '')) }} 社用車種別 {{ config('const.own_vehicle_type.'.(isset($search_params['own_vehicle_type']) ? $search_params['own_vehicle_type'] : '')) }}
使用目的 {{ config('const.own_vehicle_purpose.'.(isset($search_params['using_purpose']) ? $search_params['using_purpose'] : '')) }} 登録番号 {{ (isset($search_params['register_no']) ? $search_params['register_no'] : '') }} 車台番号 {{ (isset($search_params['chassis_no']) ? $search_params['chassis_no'] : '') }}
{{ (isset($search_params['show_saled']) && $search_params['show_saled']) ? '販売済み含む' : '' }}
使用目的 社用車種別 ドアナンバー 登録番号 車台番号 初年度登録 車検満了日 使用拠点 管理担当者
{{ config('const.own_vehicle_purpose.'.(isset($param->vehicle_info_basic->using_purpose) ? $param->vehicle_info_basic->using_purpose : '')) }} {{ config('const.own_vehicle_type.'.$param->own_vehicle_type) }}{{ $param->own_vehicle_type == config('const.option_other_value') ? $param->own_vehicle_type_etc : '' }} {{ $param->door_number }} {{ $param->register_no }} {{ isset($param->vehicle_info->vehicle_info_basic->chassis_no) ? $param->vehicle_info->vehicle_info_basic->chassis_no : "" }} {{ App\Helper\SystemHelper::convertSymbolGtJYeaMonth($param->vehicle_info_basic->year_type_y, $param->vehicle_info_basic->year_type_m) }} {{ config('const.vehicle_inspection_status.'.(isset($param->vehicle_info_basic->inspection_status) ? $param->vehicle_info_basic->inspection_status : '')) }} @if (!empty($param->getInspectionDate()))
@endif {{ $param->getInspectionDate() }}
{{ config('const.vehicle_shed_list.'.$param->vehicle_info_basic->planed_shed_id) }}{{ $param->vehicle_info_basic->planed_shed_id == config('const.option_other_value') ? $param->vehicle_info_basic->planed_shed_etc : '' }} {{ isset($param->charge_user->name_kanji) ? $param->charge_user->name_kanji : "" }}
データが存在しません。