@if(env("ENABLE_CUSTOM_PRODUCT")) @if($productt->category->is_customizable)

{{__('Customize your product:')}}

@include('includes.admin.form-error')
@if(count($category_gallery) > 0)
@php $i=1; @endphp @foreach($category_gallery as $cat_gal)
@php $i++; @endphp @if($i == 4) @break @endif @endforeach
@endif
@endif @endif