@php $ch = curl_init(); $endpoint="http://slotgreator-env.eba-5q442pmn.ap-southeast-1.elasticbeanstalk.com/getbalancetas/".Auth::user()->id; curl_setopt($ch,CURLOPT_URL,$endpoint); curl_setopt($ch,CURLOPT_RETURNTRANSFER,true); $output=curl_exec($ch); curl_close($ch); $output=json_decode($output); //$tas_balance=$output->amount; @endphp
Hello! {{ auth()->user()->present()->username }}
@lang('app.logout')
Cash
Cash
@if ( auth()->user()->present()->count_return > 0 && auth()->user()->present()->balance == 0 ) CashBack
!
@endif
{{ Auth::user()->point->name }}
@php $level = 6 - Auth::user()->rating; @endphp @for($i=1; $i <= Auth::user()->rating; $i++) @endfor @if( $level ) @for($i=1; $i <= $level; $i++) @endfor @endif
{{ Auth::user()->percent_next_level() }}%
You need to make deposits in the amount of {{ Auth::user()->left_next_level() }} for the next level
Menu