Skip to content

Instantly share code, notes, and snippets.

@pstuifzand
Created November 9, 2016 18:28
Show Gist options
  • Save pstuifzand/225ba91831ba5eff2dab7d761fd8c49f to your computer and use it in GitHub Desktop.
Save pstuifzand/225ba91831ba5eff2dab7d761fd8c49f to your computer and use it in GitHub Desktop.
A BEGIN
@yield('content')
A END
@extends('a')
@section('content')
B BEGIN
@yield('content')
B END
@stop
@extends('b')
@section('content')
C BEGIN
@yield('content')
C END
@stop
A BEGIN
C BEGIN
C END
A END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment