libra/resources/views/vendor/mail/html/header.blade.php

13 lines
345 B
PHP

@props(['url'])
<tr>
<td class="header" style="background-color: #0A1F44; padding: 25px; text-align: center;">
<a href="{{ $url }}" style="display: inline-block;">
@if (trim($slot) === 'Laravel')
<img src="{{ asset('images/logo-email.png') }}" class="logo" alt="Libra Law Firm" style="height: 45px;">
@else
{!! $slot !!}
@endif
</a>
</td>
</tr>