{{-- Header --}}
{{ config('app.name') }}
{{-- Body --}}
{!! $slot !!}
{{-- Subcopy --}}
@isset($subcopy)
{!! $subcopy !!}
@endisset
{{-- Footer --}}
@if(!empty($useKwitansiFooter))
{{ __('Ini adalah email otomatis, mohon untuk tidak membalas email ini.') }}
@else
© {{ date('Y') }} {{ config('app.name') }}. {{ __('All rights reserved.') }}
@endif