updated widgets
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
<div id="widget-{{ $model->id }}" class="{{ $model->settings->width }}">
|
||||
<div id="widget-{{ $class->model->id }}" class="{{ $class->model->settings->width }}">
|
||||
<div class="card bg-gradient-danger card-stats">
|
||||
@include('partials.widgets.stats_header', ['header_class' => 'border-bottom-0'])
|
||||
@include($class->views['header'], ['header_class' => 'border-bottom-0'])
|
||||
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h5 class="text-uppercase text-white mb-0">{{ $model->name }}</h5>
|
||||
<h5 class="text-uppercase text-white mb-0">{{ $class->model->name }}</h5>
|
||||
<span class="font-weight-bold text-white mb-0">@money($totals['current'], setting('default.currency'), true)</span>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user