This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Livewire; | |
use App\Models\Visitor; | |
use Flowframe\Trend\Trend; | |
use Flowframe\Trend\TrendValue; | |
use Illuminate\Contracts\Support\Htmlable; | |
use Illuminate\Contracts\View\View; | |
use Illuminate\Support\HtmlString; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Traits; | |
trait PostsPerMonthSeries | |
{ | |
protected function getChartData(): array | |
{ | |
return [ | |
'data' => [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
https://gist.github.com/leandrocfe/1183bd73a58b21496306c12c326d78db | |
*/ | |
/** main color: #014bde */ | |
/** tailwind.config.js | |
theme: { | |
fontSize: { | |
'xs': '0.75rem', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="flex justify-start gap-2"> | |
<div> | |
<svg height="30" viewBox="0 -.11376601 49.74245785 51.31690859" width="30" | |
xmlns="http://www.w3.org/2000/svg"> | |
<path | |
d="m49.626 11.564a.809.809 0 0 1 .028.209v10.972a.8.8 0 0 1 -.402.694l-9.209 5.302v10.509c0 .286-.152.55-.4.694l-19.223 11.066c-.044.025-.092.041-.14.058-.018.006-.035.017-.054.022a.805.805 0 0 1 -.41 0c-.022-.006-.042-.018-.063-.026-.044-.016-.09-.03-.132-.054l-19.219-11.066a.801.801 0 0 1 -.402-.694v-32.916c0-.072.01-.142.028-.21.006-.023.02-.044.028-.067.015-.042.029-.085.051-.124.015-.026.037-.047.055-.071.023-.032.044-.065.071-.093.023-.023.053-.04.079-.06.029-.024.055-.05.088-.069h.001l9.61-5.533a.802.802 0 0 1 .8 0l9.61 5.533h.002c.032.02.059.045.088.068.026.02.055.038.078.06.028.029.048.062.072.094.017.024.04.045.054.071.023.04.036.082.052.124.008.023.022.044.028.068a.809.809 0 0 1 .028.209v20.559l8.008-4.611v-10.51c0-.07.01-.141.028-.208.007-.024.02-.045.028-.068.016-.042.03-.085.052-.124. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
colors | |
#0d659d | |
#7b2cbf | |
*/ | |
.fi-sidebar { | |
@apply bg-primary-600 dark:bg-transparent !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="flex-1 px-4 py-6 overflow-y-auto sm:px-6"> | |
<div class="flow-root"> | |
<ul role="list" class="-my-6 divide-y divide-gray-200"> | |
<li class="flex py-6"> | |
<div class="flex-shrink-0 w-24 h-24 overflow-hidden border border-gray-200 rounded-md"> | |
<img src="https://tailwindui.com/img/ecommerce-images/shopping-cart-page-04-product-01.jpg" | |
alt="Salmon orange fabric pouch with match zipper, gray zipper pull, and adjustable hip belt." | |
class="object-cover object-center w-full h-full"> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AC": "Acre", | |
"AL": "Alagoas", | |
"AP": "Amapá", | |
"AM": "Amazonas", | |
"BA": "Bahia", | |
"CE": "Ceara", | |
"DF": "Distrito Federal", | |
"ES": "Espírito Santo", | |
"GO": "Goiás", |