-
在已命名的堆中追加内容
<pre>
@push('scripts')
<script src="/example.js"></script>
@endpush
</pre> -
在视图定义注释,但不让html渲染
<pre>
{{-- This comment will not be present in the rendered HTML --}}
</pre>
在已命名的堆中追加内容
<pre>
@push('scripts')
<script src="/example.js"></script>
@endpush
</pre>
在视图定义注释,但不让html渲染
<pre>
{{-- This comment will not be present in the rendered HTML --}}
</pre>
本文标题:模板语法
本文链接:https://www.haomeiwen.com/subject/qaspzttx.html
网友评论