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

6 lines
238 B
PHP
Raw Permalink Normal View History

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