@push('header')
@at(mm('BansComms', 'Resources/assets/scss/profile.scss'))
@at(mm('BansComms', 'Resources/assets/js/index.js'))
@at(mm('BansComms', 'Resources/assets/scss/index.scss'))
@endpush
@push('profile_body')
@if (!empty($steam))
@if (!empty($bans))
{!! $bans !!}
@else
@t('banscomms.profile.no_info')
@endif
@if (!empty($comms))
{!! $comms !!}
@else
@t('banscomms.profile.no_info')
@endif
@else
@t('banscomms.profile.steam_not_connected')
@endif
@if (sizeof($servers) > 1)
@t('stats.choose_server')
@endif
@endpush