模板语法
2017-04-24 本文已影响0人
花钱约下
-
在已命名的堆中追加内容
<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>