{{ratingFormat($gig->ratings_avg_rating)}} /5.0
( {{ $gig->ratings_count == 1 ? __('general.user_review') : __('general.user_reviews', ['count' => number_format($gig->ratings_count)]) }} )
@if(!empty($gig->address))
{{ getUserAddress($gig->address, $address_format) }}
@else
{{ $gig->country }}
@endif
{{__('gig.starting_from')}}
{{getPriceFormat($currency_symbol, $gig->minimum_price)}}