@extends('emails.layout') @section('content') {{-- Icon --}}
{{-- Title --}}

Terminerinnerung

von {{ $sender_name }}

{{-- Event card --}}
@if(!empty($event_notes)) @endif
Termin {{ $event_title }}
Datum {{ $event_date }}
Uhrzeit {{ $event_time }}@if(!empty($event_end)) – {{ $event_end }}@endif Uhr
Info {{ $event_notes }}
{{-- Personal message --}} @if(!empty($message))

Nachricht

{{ $message }}

@endif {{-- Recipient note --}}

Hallo {{ $recipient_name }} — dies ist eine automatische Terminerinnerung.

@endsection