mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:57:35 -05:00 
			
		
		
		
	Update page for showing payment method
This commit is contained in:
		
							parent
							
								
									e1b293a68b
								
							
						
					
					
						commit
						71a3814973
					
				@ -27,7 +27,8 @@
 | 
				
			|||||||
                            {{ ctrans('texts.type') }}
 | 
					                            {{ ctrans('texts.type') }}
 | 
				
			||||||
                        </dt>
 | 
					                        </dt>
 | 
				
			||||||
                        <dd class="mt-1 text-sm leading-5 text-gray-900 sm:mt-0 sm:col-span-2">
 | 
					                        <dd class="mt-1 text-sm leading-5 text-gray-900 sm:mt-0 sm:col-span-2">
 | 
				
			||||||
                            {{ ucfirst($payment_method->meta->brand) }}
 | 
					                            {{ optional($payment_method->meta)->brand }}
 | 
				
			||||||
 | 
					                            {{ optional($payment_method->meta)->scheme }}
 | 
				
			||||||
                        </dd>
 | 
					                        </dd>
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                    <div class="bg-gray-50 px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">
 | 
					                    <div class="bg-gray-50 px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user