@php $values = explode(PHP_EOL, $attribute->value); @endphp @if($attribute->multi_value == 1) @foreach($values as $value)
@endforeach @else @endif