updated tokens and emails
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<x-mail::layout>
|
||||
{{-- Header --}}
|
||||
<x-slot:header>
|
||||
<x-mail::header :url="config('app.url')" username="{{ $username }}" />
|
||||
<x-mail::header :url="config('app.url')"/>
|
||||
</x-slot:header>
|
||||
|
||||
{{-- Body --}}
|
||||
@@ -10,9 +10,7 @@
|
||||
{{-- Subcopy --}}
|
||||
@isset($subcopy)
|
||||
<x-slot:subcopy>
|
||||
<x-mail::subcopy>
|
||||
{{ $subcopy }}
|
||||
</x-mail::subcopy>
|
||||
{{ Illuminate\Mail\Markdown::parse($subcopy) }}
|
||||
</x-slot:subcopy>
|
||||
@endisset
|
||||
|
||||
@@ -20,9 +18,9 @@
|
||||
<x-slot:footer>
|
||||
<x-mail::footer>
|
||||
<p>This email was sent to <a href="mailto:{{ $email }}">{{ $email }}</a><br />
|
||||
<a href="{{ config('app.url') }}">{{ config('app.name') }}</a> | 1/4 Jordan Street | Edmonton, QLD 4869 Australia<br />
|
||||
<a href="{{ route('index') }}">{{ config('app.name') }}</a> | 1/4 Jordan Street | Edmonton, QLD 4869 Australia<br />
|
||||
© {{ date('Y') }} {{ config('app.name') }}. {{ __('All rights reserved.') }}<br />
|
||||
<a href="{{ config('app.url') }}/privacy">Privacy Policy</a>
|
||||
<a href="{{ route('privacy') }}">Privacy Policy</a> | <a href="{{ route('terms-conditions') }}">Terms & Conditions</a> @isset($unsubscribe) | <a href="{{ $unsubscribe }}">Unsubscribe</a>@endisset
|
||||
</p>
|
||||
</x-mail::footer>
|
||||
</x-slot:footer>
|
||||
|
||||
Reference in New Issue
Block a user