@extends('emails._wrapper') @section('title') Coupon Signup: {{ $customer->first_name or '' }} {{ $customer->last_name or '' }} @endsection @section('email-content')
{{ $customer->first_name or '' }} {{ $customer->last_name or '' }}
{{ $customer->email or '' }}
Just signed up for a coupon
Referrer: {{ $customer->referrer }}