im Wert von
{{ _number_format($coupon->value) }} €


Nummer: {{ $coupon->number }}
Gültig vom: {{ _format_date($coupon->issue_date) }}
Gültig bis: {{ _format_date($coupon->valid_date) }}
Ausgestellt für:
@if($coupon->customer) {{ ($coupon->customer->salutation ? $coupon->customer->salutation->name . ' ' : '' ) }} {{ ($coupon->customer->title ? $coupon->customer->title . ' ' : '' ) }} {{ $coupon->customer->fullName() }}
{{ $coupon->customer->street ? $coupon->customer->street : '' }}
{{ $coupon->customer->zip ? $coupon->customer->zip." " : '' }} {{ $coupon->customer->city ? $coupon->customer->city : '' }} @endif