Files
sifatbaho-php/resources/views/components/tg-link.blade.php
2026-04-05 05:31:24 +05:00

7 lines
253 B
PHP
Executable File

<label for="cleave-phone" class="form-label">
@lang('translation.telegram-phone')
</label>
<div class="badge fw-medium badge-soft-secondary">
<a target="_blank" href="https://t.me/<?= str_replace('-', '', $phone)?>">t.me/{{ $phone }}</a>
</div>