{!! __('EGP') !!}
{!! __('EGP') !!}
 % 
{!! __('EGP') !!}
@php $extras = empty($extra) ? null : array_filter(array_column(@$extra, "value", "name")); // dump($extras); @endphp
@if (!empty(@$extras) ) @foreach (@$extras as $j => $v)
@endforeach @else
@endif
{!! __('Add Variation') !!}

{{ __('Only numbers allowed') }}

@php $color_ids = array(); $size_ids = array(); try { $color_ids = Optional($product->colors)->pluck('id')->toArray(); $size_ids = Optional($product->sizes)->pluck('id')->toArray(); } catch (\Exception $e) { } @endphp
@if (@$data_product['colors'] == 1)
{{ __('Available colors') }}
@foreach ($colors as $key => $color)
id,$color_ids)) checked @endif>
@endforeach
@endif @if (@$data_product['sizes'] == 1)
@foreach ($sizes as $key => $size)
id,$size_ids)) checked @endif>
@endforeach
@endif
@if (@$data_product['related'] == 1)
@endif @if (@$data_product['shipping'] == 1)
1 {!! __('Length') !!}
2 {!! __('Width') !!}
3 {!! __('Height') !!}
4 {!! __('Weight') !!}

{{ __('Only numbers allowed') }}

@endif