This commit is contained in:
2025-08-27 12:06:10 +05:45
parent 3f503c2d38
commit 2ca99f9dbc

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">
</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() }}