欢迎各位兄弟 发布技术文章
这里的技术是共享的
@endsection是在laravel 3中的,在>= Laravel 4 官方不建议使用@endsection,留着我想是为了保持向下兼容。
@endsection
你应该使用@stop是比较好的来自 https://segmentfault.com/q/1010000004258921
@stop