static hosting

This commit is contained in:
Andras Bacsai
2023-04-26 13:01:09 +02:00
parent cc1c08786f
commit f4210e39f2
14 changed files with 90 additions and 28 deletions

View File

@@ -26,8 +26,8 @@
@endif
</label>
<input type={{ $type }} id={{ $id }} wire:model.defer={{ $id }}
@if ($required) required @endif
@if ($readonly) readOnly=true disabled=true @endif />
@if ($required) required @endif @if ($disabled) disabled @endif
@if ($readonly) readOnly disabled @endif />
@error($id)
<div class="text-red-500">{{ $message }}</div>
@enderror