@forelse($productTypes as $prod)
@php $subpt = $prod->getSubProductType; @endphp
@if(count($subpt) > 0)
@foreach($subpt as $k1=> $a)
@if($a->sub_product_icon != NULL || $a->sub_product_icon != "" )
}})
@else
@endif
{{$a->subproduct_type_name}}
Add Component
@php $comp = $a->getProductComponent; @endphp
@if(count($comp) > 0)
@foreach($comp as $b)
@if($b->sub_product_component_icon != NULL || $b->sub_product_component_icon != "" )
}})
@else
@endif
{{$b->subproduct_component_name}}
@endforeach
@endif
@endforeach
@else
@endif
@empty
@endforelse
Sl no. |
Sub Product Type |
Minimum Cost |
Action |
@foreach($mast_pricing as $k1=>$mp_list)
{{++$k1}} |
{{ $mp_list->subproduct_type_name}} |
{{ ($mp_list->minimum_cost ? $mp_list->minimum_cost : "")}} |
|
@endforeach
Sl no. |
Sub Product Type |
Action |
@foreach($prodsystem_list as $kk=>$prodsystem)
{{++$kk}} |
{{ $prodsystem->production_system_name}} |
|
@endforeach