@extends('layouts.master') @section('sidebar') @parent
This is appended to the master sidebar.
@stop @section('content')
@upper('This is my body content.')
@stop