mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 19:27:32 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			264 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			264 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @extends('portal.ninja2020.layout.app')
 | |
| @section('meta_title', ctrans('texts.payment_methods'))
 | |
| 
 | |
| @section('body')
 | |
|     <div class="flex flex-col">
 | |
|         @livewire('payment-methods-table', ['client_id' => $client->id, 'db' => $company->db])
 | |
|     </div>
 | |
| @endsection
 |