• 入力担当者 {{ \App\Service\UserService::getUserName($params->image_input_user) }}
    @php $image_additions = old('images', (isset($images) && is_object($images)) ? $images->toArray() : null); $sequence = 1; @endphp
    PHCH1
    実際写真
    (※要望する順に
    ドラッグドロップ可能)
    @if(is_array($image_additions) && count($image_additions) > 0) @foreach($image_additions as $key=>$image_addition) @if(empty($image_addition['file_path'])) @continue @endif
    {{ $sequence }} @if (isset($image_addition['file_path']) && !empty($image_addition['file_path']) && Storage::disk('temp')->has($image_addition['file_path'])) @elseif(isset($params->id) && isset($image_addition['file_path']) && !empty($image_addition['file_path']) && Storage::disk('parts')->has($params->id.'/'.$image_addition['file_path'])) @else @endif

    {{ isset($image_addition['comment']) ? $image_addition['comment'] : '' }}

    @php $sequence++; @endphp
    @endforeach @endif
    @include('backend.share._parts._s_select_check', ['name'=>'image_kind_csch1', 'class'=>'csch1', 'select'=>old('image_kind_csch1', isset($params->image_kind_csch1) ? $params->image_kind_csch1 : '')])
    @if(isset($detail) && $detail) @if (isset($home) && $home == 'input_price' && !empty($params->getUshipartsId())) @endif @else @endif