@yield('head')
@component('layouts.menu')@endcomponent
@yield('content')
@yield('script') {{-- 必须在app.js前边--}} @yield('lastScript')