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

12 lines
269 B
PHP

@extends('en.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