{{-- Public landing page --}} @extends('layouts.app') @section('content') @if($showGreeter) @include('_greeter') @endif