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

11 lines
226 B
PHP

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