Livewire UI installed

This commit is contained in:
Benjamin Takats
2022-11-30 00:04:07 +01:00
parent 3f5e714177
commit 8f0e818ec9
516 changed files with 3973 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
@error($name)
<p {{ $attributes->merge(['class' => 'mt-2 text-sm text-negative-600']) }}>
{{ $message }}
</p>
@enderror