@lang('site.id number')({{ $aquar->id }})
{{ round($aquar->aqarReview2()) }}
@lang('site.comments')
{{ $aquar->aqarComment->count() }}
{!! strip_tags(html_entity_decode($aquar->name ?? '')) !!}
{{ $aquar->country->name ?? '' }} , {{ $aquar->city->name ?? '' }}
{!! strip_tags(html_entity_decode($aquar->address ?? '')) !!}
{!! strip_tags(html_entity_decode($aquar->description ?? '')) !!}
{{-- {!! html_entity_decode(substr($aquar->description, 0, 125)) !!}
--}}
@lang('site.price'):
{{ $aquar->fixed_price ? $aquar->fixed_price . ' ' . ($aqar->country->currency_ar ?? '') : '' }}