change homepages to contents, add new methods to deliveries and sale_channels by customer
This commit is contained in:
23
resources/views/Admin/Shop/Contents/form.blade.php
Normal file
23
resources/views/Admin/Shop/Contents/form.blade.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
@include('components.form.editor', [
|
||||
'name' => 'text',
|
||||
'value' => $content['text'] ?? '',
|
||||
'rows' => 10,
|
||||
])
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<x-save />
|
||||
|
||||
@include('load.form.save')
|
||||
@include('load.form.editor')
|
||||
|
||||
@push('js')
|
||||
<script>
|
||||
$(function() {
|
||||
initEditor();
|
||||
initSaveForm('#homepage-form');
|
||||
});
|
||||
</script>
|
||||
@endpush
|
||||
Reference in New Issue
Block a user