-
@for( $r=1; $r <= 5; $r++ )
@if( $record->total_rating >= $r )
@else
@endif
@endfor
- ({{ $record->total_review > 1 ? "{$record->total_review} reviews" : "{$record->total_review} review" }})
{{ Str::limit($record->name,25,' ...') }}
{{ Str::limit($record->about, 100,' ...') }}