Skip to content

Instantly share code, notes, and snippets.

@ekandreas
Last active January 6, 2016 16:03
Show Gist options
  • Save ekandreas/a1ae5cba27a2c55d0036 to your computer and use it in GitHub Desktop.
Save ekandreas/a1ae5cba27a2c55d0036 to your computer and use it in GitHub Desktop.
<!-- Stored in views/child.blade.php -->
@extends('layouts.master')
@section('title', 'Page Title')
@section('sidebar')
@parent
<p>This is appended to the master sidebar.</p>
@endsection
@section('content')
<p>This is my body content.</p>
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment