Files
investbrain/resources/views/components/ib-toolbar.blade.php
T
hackerESQ c07ea3345e added fake data for apex charts using php
also added wishlist badge
2024-08-04 21:04:43 -05:00

7 lines
193 B
PHP

@props(['title' => ''])
<div {{ $attributes->merge(['class' => 'flex items-center mb-6']) }} class="">
<h1 class="text-2xl font-medium mr-3"> {{ $title }} </h1>
{{ $slot }}
</div>