Cleaned up Email views
This commit is contained in:
parent
2de30aee35
commit
380a48114b
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<p>Hi {{$first_name}}</p>
|
||||
<p>
|
||||
Thank you for registering for Attendize. We're thrilled to have you on board.
|
||||
Thank you for registering for {{ config('attendize.app_name') }}. We're thrilled to have you on board.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,6 +89,5 @@ Order Email: <b>{{$order->email}}</b><br>
|
|||
<br><br>
|
||||
</div>
|
||||
<br><br>
|
||||
Thank you,<br>
|
||||
The Attendize Team
|
||||
Thank you
|
||||
@stop
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<p>Hello</p>
|
||||
<p>
|
||||
You have been added to an Attendize Ticketing account by {{$inviter->first_name.' '.$inviter->last_name}}.
|
||||
You have been added to an {{ config('attendize.app_name') }} account by {{$inviter->first_name.' '.$inviter->last_name}}.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -14,13 +14,6 @@
|
|||
@stop
|
||||
|
||||
@section('footer')
|
||||
<br>
|
||||
<p style="color:#999;">
|
||||
You have received this message as you are listed as the organiser contact on an event which was created with <a href="http://attendize.com/?utm_source=email_footer">Attendize Ticketing</a>.
|
||||
</p>
|
||||
<br>
|
||||
<p style="color:#999;">
|
||||
If you have any questions, simply contact us at <a href='mailto:{{config('attendize.incoming_email')}}'>{{config('attendize.incoming_email')}}</a> and we'll be happy to help.
|
||||
</p>
|
||||
|
||||
|
||||
@stop
|
||||
|
|
|
|||
|
|
@ -13,13 +13,5 @@
|
|||
@stop
|
||||
|
||||
@section('footer')
|
||||
<br>
|
||||
<p style="color:#999;">
|
||||
You have received this message as you are listed as an attendee on an event which was created with <a href="http://attendize.com/?utm_source=email_footer">Attendize Ticketing</a>.
|
||||
</p>
|
||||
<br>
|
||||
<p style="color:#999;">
|
||||
If you have any questions, simply contact us at <a href='mailto:{{config('attendize.incoming_email')}}'>{{config('attendize.incoming_email')}}</a> and we'll be happy to help.
|
||||
</p>
|
||||
|
||||
@stop
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
TEST
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
Hello {{$attendess->first_name}},
|
||||
|
||||
You've received a message from $event->organo
|
||||
|
|
@ -2,10 +2,9 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
Ticketing By
|
||||
<a href="/">
|
||||
<a href="https://www.attendize.com">Attend<b>ize</b></a>
|
||||
</a>
|
||||
{{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}}
|
||||
{{--See https://github.com/Attendize/Attendize/blob/master/LICENSE for more information.--}}
|
||||
@include('Shared.Partials.PoweredBy')
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -95,7 +95,9 @@
|
|||
@endforeach
|
||||
|
||||
<div class="bottom_info">
|
||||
Ticketing By <b>Attendize.com</b>
|
||||
{{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}}
|
||||
{{--See https://github.com/Attendize/Attendize/blob/master/LICENSE for more information.--}}
|
||||
@include('Shared.Partials.PoweredBy')
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -2,10 +2,9 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
Event Ticketing By
|
||||
<a href="/">
|
||||
Attend<b>ize</b>
|
||||
</a>
|
||||
{{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}}
|
||||
{{--See https://github.com/Attendize/Attendize/blob/master/LICENSE for more information.--}}
|
||||
@include('Shared.Partials.PoweredBy')
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
{{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}}
|
||||
{{--See https://github.com/Attendize/Attendize/blob/master/LICENSE for more information.--}}
|
||||
Powered By <a title="Attendize - Ticket Selling & Event Management" href="http://www.attendize.com/?powered_by">Attendize</a>
|
||||
Loading…
Reference in New Issue