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