@extends('layout') @section('title', 'Page Title') @section('sidebar')
This is appended to the master sidebar.
@endsection @section('content')This is my body content.
@component('components.button',{"name":"david"}) @component('components.button', {"name":"anny"}) button content @endcomponent