@php $images = ['fruit', 'fruits', 'healthy', 'salad', 'street', 'veg', 'cook', 'cooking']; @endphp
@foreach ($food as $food) @php $index = rand(0, 5); $url = 'images/' . $images[$index] . '.jpg'; @endphp
Place Image
{{ $food->name }}
{{--

{{ $food->address }}

--}} Details
@endforeach