mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 19:47:34 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			258 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			258 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' => $client, 'company' => $company])
 | 
						|
    </div>
 | 
						|
@endsection
 |