Added details++; Vendor updates
This commit is contained in:
22
Laravel/resources/views/settings.blade.php
Normal file
22
Laravel/resources/views/settings.blade.php
Normal 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
|
Reference in New Issue
Block a user