This commit is contained in:
2025-08-27 12:05:11 +05:45
parent 032e8405ca
commit 3f503c2d38

View File

@@ -28,7 +28,7 @@
<div class="mb-3">
{{ html()->label('Description')->for('slug') }}
{{ html()->text('link')->value($gallery->link ?? old('link'))->class('form-control')->placeholder('Enter Video Description') }}
<div class="d-flex flex-wrap mt-1" id="video-preview">
{{-- <div class="d-flex flex-wrap mt-1" id="video-preview"> --}}
</div>
</div>
@@ -40,7 +40,7 @@
</div>
<x-form-buttons :href="route('gallery.index')" :label="isset($gallery) ? 'Update' : 'Create'" />
</div>
</div>
</div>
{{ html()->form()->close() }}