mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 16:07:34 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			174 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			174 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @extends('public.header')
 | |
| 
 | |
| @section('content')
 | |
|     <div class="container main-container">
 | |
| 
 | |
|         @include('payments.paymentmethods_list')
 | |
| 
 | |
|         <p></p>
 | |
|     </div>
 | |
| @stop
 |