mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 20:18:33 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			222 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			222 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@extends('portal.ninja2020.layout.app')
 | 
						|
@section('meta_title', ctrans('texts.payments'))
 | 
						|
 | 
						|
@section('body')
 | 
						|
    <div class="flex flex-col">
 | 
						|
        @livewire('payments-table', ['company' => $company])
 | 
						|
    </div>
 | 
						|
@endsection |