@include('theme-views.partials._profile-aside')
{{translate('Loyalty_Point')}}

{{$total_loyalty_point}}

{{translate('Total_Points')}}

{{translate('How_to_use')}}
  • {{translate('Convert_your_loyalty_point_to_wallet_money.')}}
  • {{translate('Minimum')}} {{App\CPU\Helpers::get_business_settings('loyalty_point_minimum_point')}} {{translate('points_required_to_convert')}}
    {{translate('into_currency')}}
@if ($wallet_status == 1 && $loyalty_point_status == 1) @endif
{{translate('Transaction_History')}}
@foreach($loyalty_point_list as $key=>$item)

{{ $item['debit'] != 0 ? $item['debit'] : $item['credit'] }}

{{str_replace('_', ' ',$item['transaction_type'])}}
{{date('d M, Y H:i A',strtotime($item['created_at']))}}
@if($item['debit'] != 0)

{{translate('Debit')}}

@else

{{translate('Credit')}}

@endif
@endforeach
@if($loyalty_point_list->count()==0)
{{translate('You_don’t_have_any')}}
{{translate('transaction_yet')}}
@endif