@php $existingPhotos = $isEdit ? $room->photos : collect(); $maxPhotos = 8; @endphp
Photos
@if($existingPhotos->isNotEmpty())
@foreach($existingPhotos as $photo)
Room photo
@endforeach
@endif
@error('photos')
{{ $message }}
@enderror @error('photos.*')
{{ $message }}
@enderror
@push('styles') @endpush