Attendize/resources/views/Mailers/TicketMailer/SendAttendeeInvite.blade.php

12 lines
266 B
PHP

@extends('Emails.Layouts.Master')
@section('message_content')
Hello {{$attendee->first_name}},<br><br>
You have been invited to the event <b>{{$attendee->order->event->title}}</b>.<br/>
Your ticket for the event is attached to this email.
<br><br>
Regards
@stop