@foreach($workshop_photo_urls as $index => $photo)
@endforeach
@if ($new_workshop_photo_urls)
@foreach($new_workshop_photo_urls as $photo)
@endforeach
@endif
@if ((count($workshop_photo_urls) + count($new_workshop_photo_urls ?? [])) < 4)
@error('new_workshop_photo_urls')
{{ $message }}@enderror
@error('workshop_photo_urls')
{{ $message }}@enderror
@error('respond')
{{ $message }}@enderror
@endif