Aknaproff/resources/views/form/partials/custom_attribute_generator.blade.php

3 lines
101 B
PHP
Raw Normal View History

2023-09-21 12:45:08 +00:00
@foreach($attributes as $attribute)
{{$attribute['key']}} = "{{$attribute['value']}}"
@endforeach