Skip to content

Instantly share code, notes, and snippets.

@radist2s
Created April 14, 2019 20:30
Show Gist options
  • Save radist2s/bf5b32d8c46a0e8abb75390e28713984 to your computer and use it in GitHub Desktop.
Save radist2s/bf5b32d8c46a0e8abb75390e28713984 to your computer and use it in GitHub Desktop.
Multiple Blade subviews extending a master template only works once

Multiple Blade subviews extending a master template only works once

Problem Solution

@extend('app')

@section('stuff')
     Stuff goes here...
@overwrite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment