Files
investbrain/resources/views/components/ib-toolbar.blade.php
T
2024-10-22 17:39:42 -05:00

7 lines
202 B
PHP

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