@if( count($data) ) @foreach( $data as $record )
{{ $record->name }}
@if( session('user')->promote_category->slug == 'physical-health' ) noun-food-and @elseif( session('user')->promote_category->slug == 'mental-health' ) noun-food-and @else noun-food-and @endif
  • @for( $r=1; $r <= 5; $r++ ) @if( $record->total_rating >= $r ) star-img @else star-img-light @endif @endfor
  • ({{ $record->total_review > 1 ? "{$record->total_review} reviews" : "{$record->total_review} review" }})

{{ Str::limit($record->name,25,' ...') }}

{{ Str::limit($record->description, 100,' ...') }}

@endforeach @endif