themes->get($themeKey)?->context; View::share('mail_theme', $themeKey); View::share('mail_theme_context', $context === null ? [] : $context()); return (string) $message->theme($themeKey)->render(); } }