@php use Illuminate\Support\Str; @endphp @props([ 'id' => uniqid(), 'tagName' => '', 'datatableConfig' => [], 'routes' => [], 'noFilterButtons' => false ]) @php if($tagName) $id = 'bt-' . Str::kebab($tagName) . 's'; @endphp