pianello-api/resources/views/components/base/dialog/title.blade.php

6 lines
245 B
PHP
Raw Permalink Normal View History

@props(['as' => 'div'])
<{{ $as }}
{{ $attributes->class(['flex items-center px-5 py-3 border-b border-slate-200/60 dark:border-darkmode-400'])->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}
>{{ $slot }}</{{ $as }}>