@if($text_group != 'Not found') @foreach($text_group as $group)

{{ $group['group'] }}

@foreach($text_fields as $text_field) @if($text_field['group'] == $group['group'])
@if($text_field['type'] == 'title') @elseif($text_field['type'] == 'paragraph') @elseif($text_field['type'] == 'link') @elseif($text_field['type'] == 'price') @elseif($text_field['type'] == 'title' and $text_field['name'] == 'telefono') @elseif($text_field['type'] == 'description') @endif
@endif @endforeach
@endforeach @endif