v2 first commit
This commit is contained in:
11
resources/views/partials/reports/print.blade.php
Normal file
11
resources/views/partials/reports/print.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
@extends('layouts.print')
|
||||
|
||||
@section('title', $class->report->name)
|
||||
|
||||
@section('content')
|
||||
@if($class->report->chart)
|
||||
@include($class->views['chart'])
|
||||
@endif
|
||||
|
||||
@include($class->views['content'])
|
||||
@endsection
|
Reference in New Issue
Block a user