Examples of code I've written in PHP, Javascript, SCSS, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
242 B

  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>