15 lines
354 B
PHP
15 lines
354 B
PHP
@props(['url'])
|
|
<tr>
|
|
<td class="header">
|
|
<a href="{{ $url }}" style="display: inline-block;">
|
|
@if (trim($slot) === 'Laravel')
|
|
<div style="text-align:center; margin-bottom:25px;">
|
|
<img src="https://devsecuiep.sistemasecuiep.com/img/logos/logo.png" alt="Sistema Educativo CUIEP" style="height:70px;">
|
|
</div>
|
|
@else
|
|
{!! $slot !!}
|
|
@endif
|
|
</a>
|
|
</td>
|
|
</tr>
|