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

{{ $totalLoyaltyPoint }}

{{translate('total_points')}}

{{translate('how_to_use')}}
  • {{translate('convert_your_loyalty_point_to_wallet_money.')}}
  • {{ translate('minimum').' '.$loyaltyPointMinimumPoint.' '.translate('points_required_to_convert_into_currency')}}
@if ($walletStatus == 1 && $loyaltyPointStatus == 1) @endif
{{ translate('transaction_history') }}
{{translate('filter').':'}}
@foreach($loyaltyPointList as $key => $item)

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

{{ucwords(translate($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($loyaltyPointList->count()==0)
{{translate('you_don’t_have_any')}}
{{translate('transaction_yet')}}
@endif