header.blade.php 242 B

1234567891011
  1. <tr>
  2. <td class="header">
  3. <a href="{{ $url }}" style="display: inline-block;">
  4. @if (trim($slot) === 'Laravel')
  5. <img src="https://laravel.com/img/notification-logo.png" class="logo" alt="Laravel Logo">
  6. @else
  7. {{ $slot }}
  8. @endif
  9. </a>
  10. </td>
  11. </tr>