@extends('layout.master') @section('content') @include('layout.partials.welcome-header') {{ $slot }} @yield('page-components') @endsection