12 lines
223 B
PHP
Raw Normal View History

2019-11-16 10:21:14 +03:00
@extends('layouts.print')
@section('title', $class->report->name)
@section('content')
@if($class->report->chart)
@include($class->views['chart'])
@endif
@include($class->views['content'])
@endsection