vendor edit set logo..

This commit is contained in:
Cüneyt Şentürk 2022-08-05 19:39:25 +03:00
parent ad25f11ae9
commit 9c215a03a9
2 changed files with 5 additions and 5 deletions

View File

@ -64,7 +64,7 @@
@endif
@if (! $hideLogo)
<x-form.group.file name="logo" label="{{ trans_choice('general.pictures', 1) }}" not-required />
<x-form.group.file name="logo" label="{{ trans_choice('general.pictures', 1) }}" :value="$contact->logo" not-required />
@endif
</div>
</x-slot>