lampuotomatis/resources/views/vendor/livewire-tables/components/table/th/label.blade.php

5 lines
203 B
PHP

@props(['columnTitle' => '', 'customLabelAttributes' => ['default' => true]])
<span {{ $customLabelAttributes->except(['default', 'default-colors', 'default-styling']) }}>
{{ $columnTitle }}
</span>