@section('head_css') @show{{-- head区域css样式表 --}} @section('head_js') @show{{-- head区域javscript脚本 --}} @section('beforeStyle') @show{{-- 在内联样式之前填充一些东西 --}} @section('head_style') @show{{-- head区域内联css样式表 --}} @section('afterStyle') @show{{-- 在内联样式之后填充一些东西 --}}
@section('content')