{{-- --}} @foreach ($places as $place) @if($current) @php $name = e($current); $match = array_filter($place['food'], function($food) use ($name){ return strpos(strtolower($food['name']), strtolower($name)) !== false; }); $matchname = array_values($match)[0]['name']; @endphp @endif {{-- --}} @endforeach
ImgName Location
Place Image{{ $place->name }} {{ $place->address }}
@if ($current) {{ $matchname }} @endif
{{ $places->links() }}