Added details++; Vendor updates

This commit is contained in:
2017-09-24 18:42:53 +02:00
parent 848c9b1222
commit 783985b7ec
53 changed files with 761 additions and 447 deletions

View File

@@ -0,0 +1,22 @@
@extends('layouts.master')
@section('title', $pagetitle)
@section('content')
{!! Charts::styles() !!}
<h1>Details++ <small>Noch genauere Infos</small></h1>
<div class="resizechart resizechart2">
@foreach($chart as $ch)
{!! $ch->html() !!}
</br>
@endforeach
</div>
{!! Charts::scripts() !!}
@foreach($chart as $ch)
{!! $ch->script() !!}
@endforeach
@endsection