Blade Cheatsheet

 Sections

In layout file:

@yield('google_analytics_js')

In individual file:

@section('google_analytics_js')

 // content

@stop