@isset($edit) @php $image = $image_object; @endphp
@if($image)
@if (arrayCheck('image_80x80',$image) && is_file_exists($image['image_80x80'], $image['storage'])) gallery image @else category-banner @endif
@endif
Headphone
@else @php $media = ''; if ($image) { $media = \App\Models\MediaLibrary::find($image); } @endphp
@if($media)
@if (arrayCheck('image_80x80',$media->image_variants) && is_file_exists($media->image_variants['image_80x80'], $media->image_variants['storage'])) {{ $media->name }} @else category-banner @endif
@endif
Headphone
@endif