{ loading = false; });;
" x-data="{
loading: false,
init() {
Livewire.on('done', () => {
this.loading = false;
});
}
}"
class="border-neutral-600/50 clickable cursor-pointer bg-neutral-700/50 shadow-2xl border px-3.5 py-3 rounded-2xl flex items-center justify-center font-semibold uppercase duration-200 ease-in-out will-change-transform">
Entrar