@if ($vehicles->count() > 0) @foreach ($vehicles as $value) @endforeach @else @endif
使用車両ID 車台番号 車名 走行距離 年式 UCON管理番号
$value->vehicle_id, 'home'=>'list_all', 'tab'=>'TAB5']) }}" @if(isset($vehicle_id) && $vehicle_id == $value->vehicle_id) checked @endif> {{ $value->vehicle_no }} {{ $value->chassis_no }} {{ $value->vehicle_name }} {{ $value->rough_travel_distance }} {{ App\Helper\SystemHelper::convertSymbolGtJYeaMonth($value->year_type_y, $value->year_type_m) }} {{ $value->manage_no_ucon }}
データが存在しません。
{{-- $vehicles->links('vendor.pagination.admin-ajax-pagination') --}}