vito/resources/views/components/link.blade.php
2024-10-06 21:46:03 +02:00

2 lines
76 B
PHP

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