{{-- --}}

{{ucfirst($product->name)}}

@foreach($varient_attributes as $varient_attribute) @if($varient_attribute->selectable_type == 1)
  • Choose Your {{ucfirst($varient_attribute->attribute_title)}}
@if(!empty($varient_attribute->productClassifications)) @foreach($varient_attribute->productClassifications as $item)
@endforeach @endif
@endif @endforeach @php ($var_count = 0) @foreach($varient_attributes as $varient_attribute) @if($varient_attribute->selectable_type == 2) @php ($var_count++)
  • Select Your {{ucfirst($varient_attribute->attribute_title)}}   (You can choose upto {{$varient_attribute->no_of_select}})
@if(!empty($varient_attribute->productClassifications)) @foreach($varient_attribute->productClassifications as $item)
{{-- {{$item->charge}} --}}
@endforeach @endif

Your Selectable limit exceeded.

@endif @endforeach @foreach($varient_attributes as $varient_attribute) @if($varient_attribute->selectable_type == 2)
  • Select Extra {{ucfirst($varient_attribute->attribute_title)}}
@if(!empty($varient_attribute->productClassifications)) @foreach($varient_attribute->productClassifications as $item)
{{ $item->charge }}
@endforeach @endif
@endif @endforeach @if($var_count >0)
  • Total
0.0000
@endif
There are errors on page