{{ $profile->followers()->get()->count() }}
@lang('Followers')
{{ $profile->follows()->get()->count() }}
@lang('Following')
@if(@$profile->is_author)
{{ @$profile->total_sold }}
@lang(str()->plural('Sale', @$profile->total_sold))
@endif
@if (auth()->check() && auth()->id() !== $profile->id)
@endif