Initial Commit
The initial public commit of MVGL website code.
This commit is contained in:
commit
b39ecf1638
2043 changed files with 215154 additions and 0 deletions
29
resources/views/partials/widgets/mixed/_widget-10.blade.php
Normal file
29
resources/views/partials/widgets/mixed/_widget-10.blade.php
Normal file
|
@ -0,0 +1,29 @@
|
|||
@php
|
||||
$chartColor = $chartColor ?? 'primary';
|
||||
$chartHeight = $chartHeight ?? '175px';
|
||||
@endphp
|
||||
|
||||
<!--begin::Mixed Widget 10-->
|
||||
<div class="card {{ $class }}">
|
||||
<!--begin::Body-->
|
||||
<div class="card-body p-0 d-flex justify-content-between flex-column overflow-hidden">
|
||||
<!--begin::Hidden-->
|
||||
<div class="d-flex flex-stack flex-wrap flex-grow-1 px-9 pt-9 pb-3">
|
||||
<div class="me-2">
|
||||
<span class="fw-bolder text-gray-800 d-block fs-3">Sales</span>
|
||||
|
||||
<span class="text-gray-400 fw-bold">Oct 8 - Oct 26 {{ date("y") }}</span>
|
||||
</div>
|
||||
|
||||
<div class="fw-bolder fs-3 text-{{ $chartColor }}">
|
||||
$15,300
|
||||
</div>
|
||||
</div>
|
||||
<!--end::Hidden-->
|
||||
|
||||
<!--begin::Chart-->
|
||||
<div class="mixed-widget-10-chart" data-kt-color="{{ $chartColor }}" data-kt-chart-url="{{ route('profits') }}" style="height: {{ $chartHeight }}"></div>
|
||||
<!--end::Chart-->
|
||||
</div>
|
||||
</div>
|
||||
<!--end::Mixed Widget 10-->
|
Loading…
Add table
Add a link
Reference in a new issue