header.blade.php 81 B

1234567
  1. <tr>
  2. <td class="header">
  3. <a href="{{$url}}">
  4. {{$slot}}
  5. </a>
  6. </td>
  7. </tr>