{{ $data->name }}

@foreach($results as $row) @if (in_array($row->object, ['Venue', 'Event'])) @include( 'Elements/' . $row->object . '/List/row', ['data' => $row] ) @endif @endforeach