This commit is contained in:
Benjamin Takats
2023-01-15 18:09:21 +01:00
parent c3072d328e
commit 23fec8c70b
15 changed files with 164 additions and 17 deletions

View File

@@ -27,6 +27,16 @@
</ul>
</div>
<div class="col-span-6 sm:col-span-4">
<form wire:submit.prevent="save">
<label class="my-2 text-gray-200 text-xl">{{ __('Photo') }}</label>
<div class="text-sm text-gray-500">
<input type="file" wire:model="photo">
@error('photo') <span class="text-red-500">{{ $message }}</span> @enderror
</div>
</form>
</div>
<div class="col-span-6 sm:col-span-4">
<x-input
min="1"