优化 信息编辑也米娜
This commit is contained in:
parent
b964a7ea73
commit
236b8cb8b1
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<x-admin::form.row title="内容">
|
<x-admin::form.row title="内容">
|
||||||
<div class="w-max-1000">
|
<div class="w-max-1000">
|
||||||
<textarea required name="descriptions[{{ $language['code'] }}][content]" data-tinymce-height="600" class="form-control tinymce">
|
<textarea name="descriptions[{{ $language['code'] }}][content]" data-tinymce-height="600" class="form-control tinymce">
|
||||||
{{ old('content', $descriptions[$language['code']]['content'] ?? '') }}
|
{{ old('content', $descriptions[$language['code']]['content'] ?? '') }}
|
||||||
</textarea>
|
</textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -61,11 +61,11 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@push('footer')
|
@push('footer')
|
||||||
<script>
|
{{-- <script>
|
||||||
$(function() {
|
$(function() {
|
||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script> --}}
|
||||||
@endpush
|
@endpush
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue