/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Mail/resources/views/html/button.blade.php
24 строки
578 B
Mior Muhammad Zaki
[11.x] Fix `Illuminate\Support\EncodedHtmlString` from causing breaking change (#55149)
24 мар 2025, 17:53
Не верифицирован
24 мар 2025, 17:53
b5ce211
Код
Авторство
О чём код?
@props([ 'url', 'color' => 'primary', 'align' => 'center', ]) <table class="action" align="{{ $align }}" width="100%" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td align="{{ $align }}"> <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td align="{{ $align }}"> <table border="0" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td> <a href="{{ $url }}" class="button button-{{ $color }}" target="_blank" rel="noopener">{!! $slot !!}</a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table>