7 lines
202 B
PHP
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> |