Skip to content

Instantly share code, notes, and snippets.

@pstuifzand
Created November 10, 2016 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pstuifzand/f4f59909634748a26f5d2f826e246a69 to your computer and use it in GitHub Desktop.
Save pstuifzand/f4f59909634748a26f5d2f826e246a69 to your computer and use it in GitHub Desktop.
A BEGIN
@yield('content')
A END
@extends('a')
@section('content')
@wrapper('pagecontainer')
C BEGIN
C END
@endwrapper
@stop
@extends('a')
@section('content')
D BEGIN
D END
@stop
A BEGIN
B BEGIN
C BEGIN
C END
B END
A END
B BEGIN
@child
B END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment