@if($reward->status == \App\Models\RewardAccounting::ADDICTION) @else @endif
{{ trans('update.reward_type_'.$reward->type) }}
@if($reward->status == \App\Models\RewardAccounting::ADDICTION) {{ trans('update.earn') }} @else {{ trans('update.redeem') }} @endif @if($reward->status == \App\Models\RewardAccounting::ADDICTION) {{ $reward->score }} @else {{ $reward->score }} @endif {{ dateTimeFormat($reward->created_at, 'j F Y H:i') }}