@lang('app.balance') @lang('app.pay_in')

@if($happyhour && auth()->user()->hasRole('cashier'))

@lang('app.happyhours')

@lang('app.all_player_deposits') {{ $happyhour->multiplier }}

@endif
@if( auth()->user()->hasRole('admin') && auth()->user()->google2fa_secret != null && auth()->user()->google2fa_enable )
@endif

@lang('app.balance') @lang('app.pay_out')

@if( auth()->user()->hasRole('admin') && auth()->user()->google2fa_secret != null && auth()->user()->google2fa_enable )
@endif