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

11 lines
229 B
PHP

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