社用車一覧

@include('backend.layouts.flash-message')

回送車使用状況

{{ Form::open(["route"=>"backend.truck.own_vehicle.index","method"=>"get", "id"=>"search_form", "style"=>"text-align:center;padding:10px"]) }}

検索条件

{{ Form::close() }}
{{ $params->appends(['current_date'=>(isset($search_params['current_date']) ? $search_params['current_date'] : Carbon::now()->format('Y-m-d'))])->links('vendor.pagination.admin-pagination') }} {{-- --}} @if ($params->count() > 0) @foreach ($params as $param) @php $class_name = $param->isWorking(isset($search_params['current_date']) ? $search_params['current_date'] : Carbon::now()->format('Y-m-d')) ? 'st_yellow' : ""; @endphp {{-- --}} @endforeach @else @endif
使用目的 @sortablelink('using_purpose', ' ▲▼') 社用車種別 @sortablelink('own_vehicle_type', ' ▲▼') ドアナンバー @sortablelink('door_number', ' ▲▼') 登録番号 車台番号走行距離初年度登録 車検満了日 @sortablelink('next_inspection_date', ' ▲▼') 所有 @sortablelink('ownership', ' ▲▼') 使用拠点 @sortablelink('planed_shed_id', ' ▲▼') 管理担当者 @sortablelink('charge_user_id', ' ▲▼')
$param->id]) }}">閲覧 {{ 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 : "" }}{{ isset($param->vehicle_info->vehicle_info_basic->rough_travel_distance) ? number_format($param->vehicle_info->vehicle_info_basic->rough_travel_distance)."km" : "" }}{{ 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 : '')) }}

{{ $param->getInspectionDate() }}
{{ $param->ownership }} {{ 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 : "" }}
自社車両データが存在しません。
{{ $params->appends(['current_date'=>(isset($search_params['current_date']) ? $search_params['current_date'] : Carbon::now()->format('Y-m-d'))])->links('vendor.pagination.admin-pagination') }}