Edit Brand

Cancel
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@if ($brands->image) @foreach (json_decode($brands->image) as $image)
Main Image
@endforeach @endif
@if (json_decode($brands->icon_image)) @foreach (json_decode($brands->icon_image) as $iconImage)
Icon Image
@endforeach @endif