菜谱项目

header.blade.php 112B

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