{{-- --}}
入出庫日時 {{ $params->registered_at }}
入庫拠点出庫拠点 {{ $params->shed_id == config('const.option_other_value') ? 'その他' : \App\Models\Masters\VehicleShed::findById($params->shed_id, 'name') }}
入出庫
@foreach (config('const.stock_type') as $key=>$item) id) && $params->id) ? 'disabled' : '' }} {{ old('stock_type', isset($params->stock_type) ? $params->stock_type : '') == $key ? 'checked' : '' }}> @endforeach
車台番号 {{ $params->chassis_no }}
形状 {{ (isset($params->vehicle_shape) ? $params->vehicle_shape : '') }}
搬出先 {{ (isset($params->destination) ? $params->destination : '') }}
搬入先 {{ (isset($params->delivery_destination) ? $params->delivery_destination : '') }}
回送者 {{ (isset($params->forwarding_requester) ? $params->forwarding_requester : '') }}
搬出会社 {{ (isset($params->shipping_company) ? $params->shipping_company : '') }}
E/Gオイル
@foreach(config('const.e_g_status') as $key => $status) e_g_oil) ? $params->e_g_oil : '') == $key ? "checked" : "" }}> @endforeach
冷却水
@foreach(config('const.e_g_status') as $key => $status) cool_water) ? $params->cool_water : '') == $key ? "checked" : "" }}> @endforeach
E / G音
@foreach(config('const.stock_out_engine_status') as $key => $status) e_g_sound) ? $params->e_g_sound : '') == $key ? "checked" : "" }}> @endforeach
足回り音
@foreach(config('const.stock_out_engine_status') as $key => $status) foot_step) ? $params->foot_step : '') == $key ? "checked" : "" }}> @endforeach
ギア入り
@foreach(config('const.stock_out_engine_status') as $key => $status) gearing) ? $params->gearing : '') == $key ? "checked" : "" }}> @endforeach
クラッチ
@foreach(config('const.stock_out_engine_status') as $key => $status) clutch) ? $params->clutch : '') == $key ? "checked" : "" }}> @endforeach
ブレーキ/排気ブレーキ
@foreach(config('const.stock_out_engine_status') as $key => $status) break_status) ? $params->break_status : '') == $key ? "checked" : "" }}> @endforeach
オイル混入
@foreach(config('const.stock_oil_mix_status') as $key => $status) oil_mix) ? $params->oil_mix : '') == $key ? "checked" : "" }}> @endforeach
水混入
@foreach(config('const.stock_water_mix_status') as $key => $status) water_mix) ? $params->water_mix : '') == $key ? "checked" : "" }}> @endforeach
メモ {!! nl2br((isset($params->note) ? $params->note : '')) !!}