• {{ $data->name }} ({{ strtoupper($data->weight_type)}})
    @if($data->weights != '') @foreach(explode(',', $data->weights) as $weight)
    @endforeach @endif
    @if($data->extra_weight != '')
    Extra Weight
    @endif