Skip to content

Instantly share code, notes, and snippets.

View CamilleScholtz's full-sized avatar
🍉

Camille Scholtz CamilleScholtz

🍉
  • The Netherlands
View GitHub Profile
Kenneth Brown - https://www.youtube.com/channel/UCASIossk_keAqG5EYlOp96A
Bald and Bankrupt - https://www.youtube.com/channel/UCxDZs_ltFFvn0FDHT6kmoXA
Aarvoll (this one is a bit too high IQ for me) - https://www.youtube.com/channel/UCoH8_2jjMYjZ9Lsiv0wIiZg
Primitive Technology - https://www.youtube.com/channel/UCAL3JXZSzSm8AlZyD3nQdBA
Apollonian Germ - https://www.youtube.com/channel/UCKc3JbKyAV4GO_faecCfK1A
Baumgartner Restoration - https://www.youtube.com/channel/UCvZe6ZCbF9xgbbbdkiodPKQ
Justin Kuritzkes - https://www.youtube.com/channel/UCNdFtR-glRU4MbKGtgEqpeQ
Perennial Studies - https://www.youtube.com/channel/UCHgEfjnJFCNDSYhRlrdx9QA
<?php
use app\components\MailHelper;
?>
<p>Beste <?= strtoupper(substr(trim($retour->voornaam), 0, 1)); ?>.<?= $retour->tussenvoegsels ? ' ' . $retour->tussenvoegsels . ' ' : ' '; ?><?= $retour->achternaam; ?>,</p>
<p><?= nl2br($model->customer); ?></p>
<p>Je retourmelding is verwerkt en je kunt de artikelen nu terugsturen. In dit bericht lees je hoe je dat doet. Er zijn twee mogelijkheden om artikelen te retourneren: afgeven bij de afhaalbalie in Ede, of <?= $retour->landcode == 'BE' ? 'TODO' : 'versturen via het antwoordnummer'; ?>.</p>