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

Hallo {{ $user->name }}!

Du hast kostenlosen Zugang zum {{ $plan->name }}-Plan erhalten — {{ $durationLabel }}.

{{-- Validity badge --}}
@if($endsAt)

Gültig bis

{{ $endsAt->format('d.m.Y') }}

@else

Gültigkeit

Unbegrenzt

@endif
{{-- CTA --}} Jetzt Aria nutzen @endsection