<table class="c-specification-table u-spacing-mt1"> @foreach($productable->displayProperties() as $key => $value) <tr> <td>{{ $key ?? '' }}</td> <td>{{ $value ?? '' }}</td> </tr> @endforeach </table>