@extends('emails.layouts.base') @section('title', 'Complete Your Registration') @section('content')

Hello, {{ $name ?: 'Admin' }}

You have been invited to join Mojere as an admin. Please complete your registration to activate your account.

@if (!empty($branch)) @endif
Email: {{ $email }}
Role: {{ ucwords(str_replace('_', ' ', $role)) }}
Branch: {{ $branch }}
@if (!empty($expiresAt))

This invite expires on {{ $expiresAt->format('M d, Y g:i A') }}.

@endif Complete Registration @endsection