@extends('layouts.app') @section('title', 'Page Title') @section('sidebar') @parent

This is appended to the master sidebar.

@endsection @section('content')

This is my body content.

@endsection