@foreach(array_keys($quotations[$maintype['id']][$centers[0]['id']]) as $type)
{{displayWeight($type, $maintype['weight_type'])}} {{$maintype['weight_type']}}
@endforeach
@foreach($centers as $v)
@if(isset($quotations[$maintype['id']][$v['id']]))
@foreach($quotations[$maintype['id']][$v['id']] as $kk => $value)
@if($value) ₹ {{$value}} @else @endif
@endforeach
@endif
@endforeach