Skip to content

Instantly share code, notes, and snippets.

@Kindari
Created August 20, 2013 09:27
Show Gist options
  • Save Kindari/6279282 to your computer and use it in GitHub Desktop.
Save Kindari/6279282 to your computer and use it in GitHub Desktop.
@section('content')
Hello World!
@show
@extends('layout')
@section('content')
Foobar
@parent
@stop
Foobar
Hello World!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment