vito/resources/views/web/components/link.blade.php
2024-09-29 17:54:11 +02:00

2 lines
76 B
PHP

<a href="{{ $href }}" @if($external) target="_blank" @endif>{{ $text }}</a>