13 lines
		
	
	
		
			274 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			274 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @extends('layouts.print')
 | |
| 
 | |
| @section('title', trans_choice('general.bills', 1) . ': ' . $bill->document_number)
 | |
| 
 | |
| @section('content')
 | |
|     <x-documents.template.ddefault
 | |
|         type="bill"
 | |
|         :document="$bill"
 | |
|         hide-discount
 | |
|         hide-footer
 | |
|     />
 | |
| @endsection
 |