{{getPriceFormat($totalConvert,false)}}

{{__('frontend.Total Convert')}}

{{$total_remind}}

{{__('frontend.Remained Coin')}}

{{$total_earn}}

{{__('frontend.Total Earned Coin')}}

{{$total_spend}}

{{__('frontend.Total Spend')}}

@if (Settings('gamification_status') && Settings('gamification_reward_point_conversion_status') && Settings('gamification_reward_status'))

{{__('frontend.Convert your points')}} {{__('frontend.&')}} {{__('frontend.Get free courses')}}

{{__('frontend.You can convert your earned points to the wallet charge or get free courses by spending points')}}

{{getPriceFormat($total_remind/Settings('gamification_reward_point_conversion_rate'),false)}}

{{__('frontend.Amount for your available points')}}

{{__('frontend.Want to earn more points?')}}

{{__('frontend.Learn how our point rewarding system works and get more points')}} {{__('frontend.View Details')}}

@endif
@forelse($histories as $history) @empty @endforelse
{{__('frontend.Title')}} {{__('frontend.Type')}} {{__('frontend.Point')}} {{__('frontend.Date')}}

{{ucfirst(str_replace('_',' ',$history->type))}}

@if($history->status==1)

{{__('frontend.Earn')}}

@else

{{__('frontend.Spent')}}

@endif

({{$history->status==1?'+':'-'}}){{$history->point}}

{{showDate($history->created_at)}}

{{__('common.No data available in the table')}}

{{__('frontend.Leaderboard')}}

{{$histories->links(theme('partials._new_pagination'))}}