{{-- resources/views/partials/remvo-footer-badge.blade.php Footer "Accepted Payments" badge for Naira·Remvo. Visible when: NG-format phone OR CF-IPCountry === 'NG'. --}} @php $remvoFooterCfCountry = strtoupper((string) request()->header('CF-IPCountry', '')); $remvoFooterMobile = auth()->check() ? trim((string) (auth()->user()->mobile ?? '')) : ''; $remvoFooterIsNgPhone = $remvoFooterMobile !== '' && ( str_starts_with($remvoFooterMobile, '+234') || str_starts_with($remvoFooterMobile, '234') || (str_starts_with($remvoFooterMobile, '0') && strlen($remvoFooterMobile) === 11) ); $remvoShowNairaBadge = $remvoFooterIsNgPhone || $remvoFooterCfCountry === 'NG'; @endphp @if ($remvoShowNairaBadge)