@include('backend.user.partials.info')
@else
@else
- @lang('app.edit_user')
- @lang('app.latest_activity')
- @lang('app.games_activity')
- @lang('app.transaction_history')
- @lang('app.bet_history')
- @lang('app.api_game_bet_history')
- @lang('app.bonus_history')
- @lang('app.freespin_history')
- @lang('app.verify_account')
{!! Form::open(['route' => ['backend.user.update.details', $user->id], 'method' => 'PUT', 'id' => 'details-form']) !!}
@include('backend.user.partials.edit')
{!! Form::close() !!}
@if (count($userActivities))
@else
| @lang('app.action') | @lang('app.date') |
|---|---|
| {{ $activity->description }} | {{ $activity->created_at->format(config('app.date_time_format')) }} |
@lang('app.no_activity_from_this_user_yet')
@endif
@if (count($numbers) || count($max_wins) || count($max_bets))
@else
| @lang('app.games') | @lang('app.count2') | @lang('app.max_bet') | @lang('app.max_win') |
|---|---|---|---|
| {{ $number->game }} | {{ $number->summ }} | ||
| {{ $win->game }} | {{ $win->max_win }} | ||
| {{ $bet->game }} | {{ $bet->max_bet }} |
@lang('app.no_activity_from_this_user_yet')
@endif
@if (count($transactions))
@else
| @lang('app.date') | @lang('app.status') | @lang('app.payment_system') | @lang('app.payment_type') | @lang('app.payment_amount') |
|---|---|---|---|---|
| {{ $history->created_at->format(config('app.date_time_format')) }} | @if($history->status == 1) Confirm @else Unconfirm @endif | {{ $history->system }} | {{ $history->type }} | {{ abs($history->summ) }} |
@lang('app.no_activity_from_this_user_yet')
@endifTOTAL BET:{{$totalBet}} AMOUNT WIN:{{$amountWin}} AMOUNT WIN{{$winPercent}}%
@if (count($bets))| @lang('app.date') | @lang('app.balance') | @lang('app.bet') | @lang('app.win') | @lang('app.game') | @lang('app.percent') |
|---|---|---|---|---|---|
| {{$history->date_time}} | {{$history->balance}} | {{$history->bet}} | {{$history->win}} | {{$history->game}} | {{$history->percent}} |
@lang('app.no_activity_from_this_user_yet')
@endifTOTAL BET:{{$totalApiGameBet}} AMOUNT WIN:{{$totalApiGameWin}} AMOUNT WIN{{$winApiGamePercent}}%
@if (count($apiGameBet))| @lang('app.date') | @lang('app.balance') | @lang('app.bet') | @lang('app.win') | @lang('app.game') | ||
|---|---|---|---|---|---|---|
| {{$api_game->created_at}} | {{$api_game->there_was_money}} | @if($api_game->action == 'debit'){{$api_game->amount}} | @else | {{$api_game->amount}} | @endif{{$api_game->name}} |
@lang('app.no_activity_from_this_user_yet')
@endif
@if (count($bonus))
@else
| @lang('app.date') | @lang('app.deposit_number') | @lang('app.deposit') | @lang('app.bonus') | @lang('app.wager') | @lang('app.wager_remain') | |||
|---|---|---|---|---|---|---|---|---|
| {{$history->created_at}} | @if($history->deposit_num == 1)1st Deposit | @elseif($history->deposit_num == 2)2nd Deposit | @elseif($history->deposit_num == 3)3rd Deposit | @else{{$history->deposit_num}}th Deposit | @endif{{$history->deposit}} | {{$history->bonus}} | {{$history->wager}} | {{$history->wager-$history->wager_played}} |
@lang('app.no_activity_from_this_user_yet')
@endif
@if(isset($freespin) && count($freespin))
@else
| Date | Game | Free Spins | Remaining Free Spins |
Win | Wager Need |
Remaining Wager |
Status | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{date('Y-m-d', strtotime($history->started_at))}} {{$history->day}}st Day |
@elseif($history->day == 2)
{{date('Y-m-d', strtotime($history->started_at))}} {{$history->day}}nd Day |
@elseif($history->day == 3)
{{date('Y-m-d', strtotime($history->started_at))}} {{$history->day}}rd Day |
@else
{{date('Y-m-d', strtotime($history->started_at))}} {{$history->day}}th Day |
@endif
{{$history->name}} | {{$history->freespin}} | {{$history->remain_freespin}} | {{$history->win}} | {{$history->wager}} | {{$history->wager-$history->wager_played}} | @if(date('Y-m-d', strtotime($history->started_at)) < date('Y-m-d'))Expired | @elseif(date('Y-m-d', strtotime($history->started_at)) > date('Y-m-d'))Comming | @elseToday | @endif
@lang('app.no_activity_from_this_user_yet')
@endif
@if ($verify)
{!! Form::open(['route' => ['backend.user.update.verify', $user->id], 'method' => 'PUT', 'id' => 'details-form']) !!}
@if ($verify->id_img)
@endif
@if ($verify->address_img)
@endif
{!! Form::close() !!}
@else
@lang('app.no_activity_from_this_user_yet')
@endif