Skip to content

Commit 974c774

Browse files
committed
endsection in place of stop
1 parent 4f18b4f commit 974c774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/admin/_form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@section('js')
22
<script src="{{ asset('components/ckeditor/ckeditor.js') }}"></script>
33
<script src="{{ asset('js/admin/form.js') }}"></script>
4-
@stop
4+
@endsection
55

66
@include('core::admin._buttons-form')
77

0 commit comments

Comments
 (0)