7 lines
		
	
	
		
			154 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			154 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @extends('layouts.print')
 | |
| 
 | |
| @section('title', trans('reports.summary.income'))
 | |
| 
 | |
| @section('content')
 | |
|     @include('reports.income_summary.body')
 | |
| @endsection |