@extends('emails.layouts.base') @section('title', 'Complete Your Registration') @section('content')
You have been invited to join Mojere as an admin. Please complete your registration to activate your account.
| Email: {{ $email }} |
| Role: {{ ucwords(str_replace('_', ' ', $role)) }} |
| Branch: {{ $branch }} |
This invite expires on {{ $expiresAt->format('M d, Y g:i A') }}.
@endif Complete Registration @endsection