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