@extends('layouts.app') @section('title', 'Dashboard') @section('sidebar') @parent
This is appended to the master sidebar.
@endsection @section('content')@yield('greeting', 'Hello there')
@stop @section('meta') @append @section('legacy') old @overwrite @section('scripts') @show