@foreach ($images_list as $key => $attr)
@if (isset($attr['product_image_name']))
@endif
@endforeach
@if (count($videos) > 0)
@foreach ($videos as $video)
@if (isset($video))
@endif
@endforeach
@endif
@php($img_index=0)
@foreach ($images_list as $key => $attr)
@if (isset($attr['product_image_name']))
@php($img_index++)
@endif
@endforeach
@if (count($videos) > 0)
@foreach ($videos as $video)
@endforeach
@endif
N.B. Image may differ with actual product's layout, color, size & dimension. No claim will be accepted for image mismatch. Product data used in this website is based solely on its manufacturer provided information, authenticity and accuracy are their responsibility only.
{{-- @if(Auth::guard('customer')->check())
@if(Auth::guard('customer')->user()->customer_id == 2265 || Auth::guard('customer')->user()->customer_id == 2905 || Auth::guard('customer')->user()->customer_id == 446) --}}
@if(count($group_attr_sets_values) > 0)
Almost similar
@foreach ($group_attr_sets_values as $sproduct)
@foreach ($sproduct['attributes'] as $attr)
@if (strtolower($attr->attribute_set_name) === 'model')
{{ $attr->attribute_name ?? $attr->attribute_value }}
@break
@endif
@endforeach
@foreach (collect($sproduct['attributes'])->filter(fn($attr) => strtolower($attr->attribute_set_name) !== 'model') as $attr)
@if ($attr->attribute_name)
{{ $attr->attribute_name }}
@elseif ($attr->attribute_value != 0)
{{ $attr->attribute_value }}
@endif
@if (!$loop->last), @endif
@endforeach
- Tk {{ number_format($sproduct['price']) }}
@endforeach