入力担当者 | {{ \App\Service\UserService::getUserName($params->image_input_user) }} |
---|
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']))
@endforeach
@endif
{{ isset($image_addition['comment']) ? $image_addition['comment'] : '' }} @php $sequence++; @endphp |
@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 : '')]) |