@props([ 'title', 'description' => null, ])
{{-- MapleDeploy branding: brand-titled pages show the logo lockup instead of a wordmark heading --}} @if ($title === 'MapleDeploy')
MapleDeploy
@else

{{ $title }}

@endif @if ($description)

{{ $description }}

@endif
{{ $slot }}
@isset($footer) @endisset