Update pricing UX, billing flows, and API rules
This commit is contained in:
5
app/resources/views/components/input-label.blade.php
Normal file
5
app/resources/views/components/input-label.blade.php
Normal file
@@ -0,0 +1,5 @@
|
||||
@props(['value'])
|
||||
|
||||
<label {{ $attributes->merge(['class' => 'block text-xs uppercase tracking-[0.2em] text-slate-500 dark:text-slate-300']) }}>
|
||||
{{ $value ?? $slot }}
|
||||
</label>
|
||||
Reference in New Issue
Block a user