Create new author button added

This commit is contained in:
HolgerHatGarKeineNode
2023-02-10 00:48:15 +01:00
parent 992fd47dce
commit 25330be36b

View File

@@ -45,6 +45,7 @@
/> />
</x-input.group> </x-input.group>
@if($libraryItem->lecturer_id)
<x-input.group :for="md5('image')" :label="__('Main picture')"> <x-input.group :for="md5('image')" :label="__('Main picture')">
<div class="py-4"> <div class="py-4">
@if ($image) @if ($image)
@@ -105,6 +106,7 @@
{{ __('Save') }} {{ __('Save') }}
</x-button> </x-button>
</x-input.group> </x-input.group>
@endif
</div> </div>
</div> </div>