@props([ 'defaultStyles' => [ 'px-4', 'py-2.5', 'rounded-md', 'text-par-s', 'font-medium', ], 'styles' => [ 'bg-fill-pr', 'text-lab-pr2', ], 'tag' => 'button' ]) <{{$tag}} class="{{ implode(' ', array_merge($defaultStyles, $styles)) }}" {{ $attributes }}> {{ $slot }}