mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
!auth()->check()
This commit is contained in:
@@ -43,6 +43,7 @@
|
|||||||
@error('image') <span class="text-red-500">{{ $message }}</span> @enderror
|
@error('image') <span class="text-red-500">{{ $message }}</span> @enderror
|
||||||
</x-input.group>
|
</x-input.group>
|
||||||
|
|
||||||
|
@if($image && str($image->getMimeType())->contains(['image/jpeg','image/jpg', 'image/png', 'image/gif', 'image/svg+xml', 'image/webp']))
|
||||||
<x-input.group :for="md5('orangePill.amount')" :label="__('Amount')">
|
<x-input.group :for="md5('orangePill.amount')" :label="__('Amount')">
|
||||||
<x-input
|
<x-input
|
||||||
min="1"
|
min="1"
|
||||||
@@ -79,6 +80,7 @@
|
|||||||
{{ __('Save') }}
|
{{ __('Save') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
</x-input.group>
|
</x-input.group>
|
||||||
|
@endif
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user