Files
investbrain/resources/views/components/ib-toolbar.blade.php
T
2024-08-03 23:52:53 -05:00

7 lines
180 B
PHP

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