added fake data for apex charts using php

also added wishlist badge
This commit is contained in:
hackerESQ
2024-08-04 21:04:43 -05:00
parent dffb52b86b
commit c07ea3345e
4 changed files with 172 additions and 171 deletions
@@ -1,6 +1,6 @@
@props(['title' => ''])
<div {{ $attributes->merge(['class' => 'flex mb-6']) }} class="">
<div {{ $attributes->merge(['class' => 'flex items-center mb-6']) }} class="">
<h1 class="text-2xl font-medium mr-3"> {{ $title }} </h1>
{{ $slot }}