@foreach($measurement_items as $Key=>$Val) @for($a=0; $a<=$measurement_number; $a++ )
@include('components.form.label',[ 'isRequired'=>true , 'title'=> __($Key) . ' ' . __('Unit '.@$alpha[$a]) ])
@if($a!=0 || $Key!='Selling')
@include('components.form.label',[ 'isRequired'=>true , 'title'=> $Val ])
@endif @endfor @endforeach