@extends('layouts.master') @section('title') Starter Page @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') Starter Page @endslot @slot('subtitle') Extra Pages @endslot @endcomponent @endsection @section('scripts') @endsection