Adjustments for computed livewire components
This commit is contained in:
parent
9f1b930e92
commit
a7f986d36f
|
|
@ -1,6 +1,6 @@
|
||||||
<label class="flex items-center cursor-pointer">
|
<label class="flex items-center cursor-pointer">
|
||||||
<input type="checkbox" class="form-checkbox mr-2"
|
<input type="checkbox" class="form-checkbox mr-2"
|
||||||
wire:change="updateAutoBilling" {{ $invoice->auto_bill_enabled ? 'checked' : '' }}>
|
wire:change="updateAutoBilling" {{ $this->invoice->auto_bill_enabled ? 'checked' : '' }}>
|
||||||
|
|
||||||
<span class="text-sm leading-5 font-medium text-gray-900">
|
<span class="text-sm leading-5 font-medium text-gray-900">
|
||||||
{{ ctrans('texts.enable_auto_bill') }}
|
{{ ctrans('texts.enable_auto_bill') }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue