@extends('redesign.emails.skeleton') @section('content') Hey, {{ $user->fullname }} empfiehlt Dir {{ null !== $seller ? $seller->account->company : 'RECO.MA' }}. Aktiviere jetzt Dein Coupon und du bekommst beim Kauf Cashback. @include('emails.partials.button', ['button' => 'Jetzt Coupon aktivieren', 'url' => $link]) @endsection