3 lines
101 B
PHP
3 lines
101 B
PHP
|
@foreach($attributes as $attribute)
|
||
|
{{$attribute['key']}} = "{{$attribute['value']}}"
|
||
|
@endforeach
|