{!! __('EGP') !!}
{!! __('EGP') !!}
 % 
{!! __('EGP') !!}
@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)
{{ __('Available sizes') }}
@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