styling reports

This commit is contained in:
Denis Duliçi
2020-06-06 14:32:44 +03:00
parent 6f97f2e18c
commit 6bd5844444
12 changed files with 35 additions and 70 deletions

View File

@@ -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