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