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

7 lines
202 B
PHP
Raw Normal View History

2024-08-03 23:52:53 -05:00
@props(['title' => ''])
2024-08-04 21:04:43 -05:00
<div {{ $attributes->merge(['class' => 'flex items-center mb-6']) }} class="">
2024-10-22 17:39:42 -05:00
<h1 class="text-2xl font-medium mr-3 truncate"> {{ $title }} </h1>
2024-08-03 23:52:53 -05:00
{{ $slot }}
</div>