@extends('web.default.panel.layouts.panel_layout')
@section('content')
{{ trans('update.points_statistics') }}
{{ trans('update.exchange_or_get_a_course_by_spending_points_hint') }}
{{ handlePrice($earnByExchange) }}{{ trans('update.for_your_available_points') }}
@else{{ trans('update.just_get_a_course_by_spending_points_hint') }}
@endif{{ trans('update.want_more_points_hint') }}
{{ trans('public.title') }} | {{ trans('update.points') }} | {{ trans('public.type') }} | {{ trans('public.date_time') }} |
---|---|---|---|
{{ trans('update.reward_type_'.$reward->type) }} | {{ $reward->score }} | @if($reward->status == \App\Models\RewardAccounting::ADDICTION) {{ trans('update.add') }} @else {{ trans('update.minus') }} @endif | {{ dateTimeFormat($reward->created_at, 'j F Y H:i') }} |