Se carga logo a ruta seb

This commit is contained in:
2026-03-09 14:50:51 -06:00
parent 2d78329fec
commit 93b225a36b
18 changed files with 497 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
@props(['url'])
<tr>
<td class="header">
<a href="{{ $url }}" style="display: inline-block;">
@if (trim($slot) === 'Laravel')
<img src="https://devsecuiep.sistemasecuiep.com/img/logo.png" class="logo" alt="Laravel Cuiep">
@else
{!! $slot !!}
@endif
</a>
</td>
</tr>