Files
investbrain/resources/views/components/ib-toolbar.blade.php
T

7 lines
180 B
PHP
Raw Normal View History

2024-08-03 23:52:53 -05:00
@props(['title' => ''])
<div {{ $attributes->merge(['class' => 'flex mb-6']) }} class="">
<h1 class="text-2xl font-medium mr-3"> {{ $title }} </h1>
{{ $slot }}
</div>