优化 信息编辑也米娜

This commit is contained in:
pushuo 2022-08-29 10:39:02 +08:00
parent b964a7ea73
commit 236b8cb8b1
1 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
<x-admin::form.row title="内容">
<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'] ?? '') }}
</textarea>
</div>
@ -61,11 +61,11 @@
@endsection
@push('footer')
<script>
{{-- <script>
$(function() {
});
</script>
</script> --}}
@endpush