{{ translate('Follow Us') }}
@if (get_setting('facebook_link'))
@endif
@if (get_setting('twitter_link'))
@endif
@if (get_setting('linkedin_link'))
@endif
@if (get_setting('youtube_link'))
@endif
@if (get_setting('instagram_link'))
@endif
@if (get_setting('pinterest_link'))
@endif
@if (get_setting('email_address'))
@endif
@if (Auth::check() && Auth::user()->role == 1)
{{ translate('Available Balance') }}:
{{ currency_symbol() . number_format(Auth::user()->wallet_balance, 2) }}
@endif