@foreach ($specList as $spec)
@if( empty($spec['attr_list']))
@else @foreach ($spec['attr_list'] as $attr)
@endforeach @endif
@endforeach