@props(['email' => null, 'names' => []]) @if (! $email)—@elseif (! str_contains($email, '@')){{ $email }}@else{{ $names[$email] ?? \Illuminate\Support\Str::title(str_replace('.', ' ', explode('@', $email)[0])) }}@endif