@extends('emails.layouts.abec') @section('subject', "You've been added to ABEC Africa") @section('preheader', 'Your ABEC Africa account is ready. Set your password to get started.') @section('content')
Hi {{ $user->name }}, an administrator has created an ABEC Africa account for you. Click the button below to set your password and log in.
Email: {{ $user->email }}
@if($user->roles->isNotEmpty())
Role: {{ $user->roles->pluck('name')->join(', ') }}
@endif
@if($user->institution)
Institution: {{ $user->institution->name }}
@endif
This invitation link expires in 60 minutes. If it expires, use Forgot Password on the login page to request a new one.
If you were not expecting this invitation, contact us at info@abecafrica.org.
@endsection