@if(get_buzzy_config('ShowShareIcons') !== 'no')
@if(isset($post->shared->facebook))
{{ $post->shared->facebook }}
@endif
@if(isset($post->shared->twitter))
{{ $post->shared->twitter }}
@endif
@if(isset($post->shared->pinterest))
{{ $post->shared->pinterest }}
@endif
@if(isset($post->shared->whatsapp))
{{ $post->shared->whatsapp }}
@endif
@if(isset($post->shared->mail))
{{ $post->shared->mail }}
@endif
@if(get_buzzy_config('ShowFontSizer') !== 'no')
@endif @if(isset($show_views) && get_buzzy_config('ShowViewCount') !== 'no')
{{ $post->all_time_stats ? number_format($post->all_time_stats) : "0" }}
{{ trans('updates.views') }}
@endif
@endif