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
31
resources/views/partials/widgets/charts/_widget-2.blade.php
Normal file
31
resources/views/partials/widgets/charts/_widget-2.blade.php
Normal file
|
@ -0,0 +1,31 @@
|
|||
<!--begin::Charts Widget 2-->
|
||||
<div class="card {{ $class ?? '' }}">
|
||||
<!--begin::Header-->
|
||||
<div class="card-header border-0 pt-5">
|
||||
<h3 class="card-title align-items-start flex-column">
|
||||
<span class="card-label fw-bolder fs-3 mb-1">Recent Orders</span>
|
||||
|
||||
<span class="text-muted fw-bold fs-7">More than 500 new orders</span>
|
||||
</h3>
|
||||
|
||||
<!--begin::Toolbar-->
|
||||
<div class="card-toolbar" data-kt-buttons="true">
|
||||
<a class="btn btn-sm btn-color-muted btn-active btn-active-primary active px-4 me-1" id="kt_charts_widget_2_year_btn">Year</a>
|
||||
|
||||
<a class="btn btn-sm btn-color-muted btn-active btn-active-primary px-4 me-1" id="kt_charts_widget_2_month_btn">Month</a>
|
||||
|
||||
<a class="btn btn-sm btn-color-muted btn-active btn-active-primary px-4" id="kt_charts_widget_2_week_btn">Week</a>
|
||||
</div>
|
||||
<!--end::Toolbar-->
|
||||
</div>
|
||||
<!--end::Header-->
|
||||
|
||||
<!--begin::Body-->
|
||||
<div class="card-body">
|
||||
<!--begin::Chart-->
|
||||
<div id="kt_charts_widget_2_chart" style="height: 350px"></div>
|
||||
<!--end::Chart-->
|
||||
</div>
|
||||
<!--end::Body-->
|
||||
</div>
|
||||
<!--end::Charts Widget 2-->
|
Loading…
Add table
Add a link
Reference in a new issue