fixes
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
{{ html()->label('Description')->for('slug') }}
|
{{ html()->label('Description')->for('slug') }}
|
||||||
{{ html()->text('link')->value($gallery->link ?? old('link'))->class('form-control')->placeholder('Enter Video Description') }}
|
{{ 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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<x-form-buttons :href="route('gallery.index')" :label="isset($gallery) ? 'Update' : 'Create'" />
|
<x-form-buttons :href="route('gallery.index')" :label="isset($gallery) ? 'Update' : 'Create'" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ html()->form()->close() }}
|
{{ html()->form()->close() }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user