15 lines
		
	
	
		
			275 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			275 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @extends('layouts.print')
 | |
| 
 | |
| @section('content')
 | |
| 
 | |
|     <h2>{{ $class->model->name }}</h2>
 | |
| 
 | |
|     {{ setting('company.name') }}
 | |
| 
 | |
|     @if(!empty($class->model->settings->chart))
 | |
|         @include($class->views['chart'])
 | |
|     @endif
 | |
| 
 | |
|     @include($class->views['content'])
 | |
| @endsection
 |