名称 @error('addition.'.$index.'.equipment_name') {{ $message }} @enderror 金額
@error('addition.'.$index.'.price') {{ $message }} @enderror
備考 @error('addition.'.$index.'.equipment_note') {{ $message }} @enderror @if (old('addition_image.'.$index.'.images') == null && isset($params->addition[$index]->images)) @for ($j = 0; $j < $params->addition[$index]->images->count(); $j++) @include('backend.share.equipment._add_addition_file') @endfor @endif @if (old('addition_image.'.$index.'.images') != null && count(old('addition_image.'.$index.'.images')) > 0 ) @for ($j = 0; $j < count(old('addition_image.'.$index.'.images')) ; $j++) @include('backend.share.equipment._add_addition_file') @endfor @endif @if (old('addition_image.'.$index.'.images') == null && !isset($params->addition[$index]->images)) @include('backend.share.equipment._add_addition_file', ['j'=>0]) @endif