@if( !empty($data) ) @foreach( $data as $record )
{{ $record->name }}
@if(!empty($record->promote_category)) @if( $record->promote_category->slug == 'physical-health' ) noun-food-and @elseif( $record->promote_category->slug == 'mental-health' ) noun-food-and @else noun-food-and @endif @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->about, 100,' ...') }}


@endforeach @else
No data found
@endif