mirror of
https://github.com/twinpath/app-beta.git
synced 2026-01-26 22:01:53 +07:00
19 lines
598 B
PHP
19 lines
598 B
PHP
<div
|
|
class="overflow-hidden rounded-2xl border border-gray-200 bg-white px-5 pt-5 sm:px-6 sm:pt-6 dark:border-gray-800 dark:bg-white/[0.03]">
|
|
<div class="flex items-center justify-between">
|
|
<h3 class="text-lg font-semibold text-gray-800 dark:text-white/90">
|
|
Monthly Sales
|
|
</h3>
|
|
|
|
<!-- Dropdown Menu -->
|
|
<x-common.dropdown-menu />
|
|
<!-- End Dropdown Menu -->
|
|
</div>
|
|
|
|
<div class="max-w-full overflow-x-auto custom-scrollbar">
|
|
<div id="chartOne" class="-ml-5 h-full min-w-[690px] pl-2 xl:min-w-full"></div>
|
|
</div>
|
|
</div>
|
|
|
|
|