{{ $loop->index + 1 }} |
$param->id]) }}">編集 |
{{ is_object($param->vehicle) ? ($param->vehicle->is_own == config('const.vehicle_is_own_code.yes') ?$param->vehicle->vehicle_no : "" ) : "" }}
|
{{ config('const.forwarding_status.'.$param->forwarding_status) }} |
{{ $param->purpose->name }} |
{{ Carbon::parse($param->forwarding_desired_date)->format('Y.m.d') }} |
{{ $param->exist_point_time == config('const.exist_point_time.exist') ? sprintf('%02d:%02d', $param->point_hour,$param->point_minute) : "なし" }} |
{{ config('const.request_shed.'.$param->request_shed) }} |
{{ $param->takeover_shed != config('const.delivery_shed_code.other') ? config('const.request_shed.'.$param->takeover_shed) : $param->takeover_address }} |
{{ $param->delivery_shed != config('const.delivery_shed_code.other') ? config('const.delivery_shed.'.$param->delivery_shed) : $param->delivery_address }} |
{{ is_object($param->vehicle) ? ($param->vehicle->is_own == config('const.vehicle_is_own_code.yes') ?$param->chassis_no : "" ) : "" }} |
@endforeach
@else