0

I'm trying to insert a piece of code wherever it is yielded, even if it is yielded inside a child view. I want the child view to load the section which is defined inside the parent. This should be a different position for every child.

Is this possible?

Z0q
  • 1,689
  • 3
  • 28
  • 57

1 Answers1

1

Why don't you use @include() to include the child section wherever you want.

Vineesh
  • 467
  • 4
  • 11