Manage Shop Information
@error('category_id') {{ $message }}@enderror
@error('description') {{ $message }}@enderror
@error('name') {{ $message }}@enderror
@error('address') {{ $message }}@enderror
@error('selectedState') {{ $message }}@enderror
@error('city_id') {{ $message }}@enderror
@if ($profile_photo_url)
@endif @if ($new_profile_photo_url)
@endif
@error('new_profile_photo_url') {{ $message }}@enderror
@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