Edit Brand

Cancel
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@if ($brands->image_one)
Main Image
@endif
@if ($brands->image_two)
Icon Image
@endif
@php $thumbnails = is_string($brands->thumbnails) ? json_decode($brands->thumbnails, true) : $brands->thumbnails; @endphp
@if (!empty($thumbnails) && is_array($thumbnails)) @foreach ($thumbnails as $thumbnail) Thumbnail @endforeach @else

No thumbnails uploaded

@endif
You can upload multiple thumbnails