portal payment card text change
This commit is contained in:
		@@ -10,6 +10,8 @@
 | 
			
		||||
    text-year="{{ trans('general.year') }}"
 | 
			
		||||
    text-cvv="{{ trans('general.card.cvv') }}"
 | 
			
		||||
    textButton="{{ trans('general.confirm') }}"
 | 
			
		||||
    textCard="{{ trans_choice('general.card.cards', 2) }}"
 | 
			
		||||
    textNewCard="{{  trans('general.form.add_new', ['field' => trans_choice('general.card.cards', 1)]) }}"
 | 
			
		||||
    textStoreCard="{{ trans('general.card.save') }} "
 | 
			
		||||
    :store-card="{{ !empty($store_card) ? 'true' : 'false' }}"
 | 
			
		||||
    :cards="{{ !empty($cards) ? json_encode($cards) : json_encode([]) }}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user