{{-- Header --}}
{{-- Points at the app, not at this API: the recipient is a person, and the
API has nothing for a browser to render. --}}
{{-- Body --}}
{!! $slot !!}
{{-- Subcopy --}}
@isset($subcopy)
{!! $subcopy !!}
@endisset
{{-- Footer --}}
{{ config('kpod.programme_name') }}
© {{ date('Y') }} KPOD. {{ __('All rights reserved.') }}