@props([ 'fallback' => null, ]) @php $email = (string) config('vgd.email'); $encoded = $email !== '' ? base64_encode(strrev($email)) : ''; $fallbackUrl = $fallback ?? route('contact'); @endphp @if($encoded) {{ $slot->isEmpty() ? __('contact.mail_via_form') : $slot }} @endif