Files
Website/resources/views/vendor/mail/html/button.blade.php
2024-04-22 18:16:33 +10:00

7 lines
177 B
PHP

@props([
'url',
'color' => 'primary',
'align' => 'center',
])
<a href="{{ $url }}" class="button button-{{ $color }}" target="_blank" rel="noopener">{{ $slot }}</a>