@extends('layouts.master') @section('sidebar') @parent
This is appended to the master sidebar.
@stop @section('content')
This is some text within a card block.
This is my body content {{$test}}.
@stop