PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Mail
/
resources
/
views
/
html
@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>
[-] table.blade.php
[edit]
[-] header.blade.php
[edit]
[-] button.blade.php
[edit]
[+]
..
[-] layout.blade.php
[edit]
[-] panel.blade.php
[edit]
[-] footer.blade.php
[edit]
[+]
themes
[-] subcopy.blade.php
[edit]
[-] message.blade.php
[edit]