@component('mail::message') # Hi {{ $invite->first_name }}, You have been invited to join {{ \App\Models\Company::first()->name }}. @component('mail::button', ['url' => route('accept', $invite->token)]) Accept Invite @endcomponent Regards,
{{ config('app.name') }} @component('mail::footer') If you're having trouble clicking the "Accept Invite" button, copy and paste the URL below into your web browser: [{{ route('accept', $invite->token) }}]({{ route('accept', $invite->token) }}). @endcomponent @endcomponent