{{ auth()->user()->username }}
Edit Profile
  • Balance: {{ number_format(auth()->user()->balance, 2,".","") }} {{ $currency }}
  • Bonus: {{ number_format(auth()->user()->bonus, 2,".","") }} {{ $currency }}
  • Wager: {{ number_format(auth()->user()->wager, 2,".","") }} {{ $currency }}
  • @if ( isset($refund) && $refund && auth()->user()->present()->count_refund > 0 && auth()->user()->present()->balance <= $refund->min_balance )
  • Refunds: {{ number_format(auth()->user()->count_refund, 2,".","") }} {{ $currency }}
  • @else
  • Refunds: {{ number_format(auth()->user()->count_refund, 2,".","") }} {{ $currency }}
  • @endif
{{--
Pincodes
--}}
Add Credit
user()->phone_verified ) @if(auth()->user()->agreed) data-name="modal-invite-1" @else(!auth()->user()->agreed) data-name="modal-invite" @endif @else data-name="modal-invite-3" @endif class="footer__item-tab modal-btn">
Invite Friends
Loot Boxes
Pay and Play

Edit Profile

{!! Form::open(['route' => ['frontend.profile.update.details'], 'method' => 'POST', 'id' => 'details-form']) !!}
{{ auth()->user()->username }}
  • Balance: {{ number_format(auth()->user()->balance, 2,".","") }} {{ $currency }}
  • Bonus: {{ number_format(auth()->user()->bonus, 2,".","") }} {{ $currency }}
  • Wager: {{ number_format(auth()->user()->wager, 2,".","") }} {{ $currency }}
  • @if ( isset($refund) && $refund && auth()->user()->present()->count_refund > 0 && auth()->user()->present()->balance <= $refund->min_balance )
  • Refunds: {{ number_format(auth()->user()->count_refund, 2,".","") }} {{ $currency }}
  • @else
  • Refunds: {{ number_format(auth()->user()->count_refund, 2,".","") }} {{ $currency }}
  • @endif




@if( auth()->user()->email != '' )

@endif