quick-links.blade.php 400 B

12345
  1. <div class="flex flex-wrap gap-2">
  2. <a href="{{ url('/admin/source-paper-enrichment') }}" class="ui-button ui-button-secondary">卷子补录</a>
  3. <a href="{{ url('/admin/question-candidate-workbench') }}" class="ui-button ui-button-secondary">人工补录工作台</a>
  4. <a href="{{ url('/admin/question-review-workbench') }}" class="ui-button ui-button-secondary">审核控制台</a>
  5. </div>