styling reports
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
@extends('layouts.print')
|
||||
|
||||
@section('content')
|
||||
@section('title', $class->model->name)
|
||||
|
||||
@section('content')
|
||||
<h2>{{ $class->model->name }}</h2>
|
||||
|
||||
{{ setting('company.name') }}
|
||||
|
||||
@if(!empty($class->model->settings->chart))
|
||||
@if (!empty($class->model->settings->chart))
|
||||
@include($class->views['chart'])
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user