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

This is appended to the master sidebar.

@endsection @section('content')

Dashboard

@hasSection('subtitle')

@yield('subtitle')

@endif @sectionMissing('banner')
Welcome
@endif

@yield('greeting', 'Hello there')

@stop @section('meta') @append @section('legacy') old @overwrite @section('scripts') @show