Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
匯入題目
Browse files Browse the repository at this point in the history
  • Loading branch information
tad0616 committed Aug 4, 2018
1 parent 0017bb3 commit c935827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/exam/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
2=>"<span class='opt'>&#10103; $topic->opt2</span>",
3=>"<span class='opt'>&#10104; $topic->opt3</span>",
4=>"<span class='opt'>&#10105; $topic->opt4</span>"
])->inline()->addRadioClass(['mx-3']) }}
])->addRadioClass(['mx-3']) }}
</dd>
@empty
<div class="alert alert-danger">尚無任何題目</div>
@endforelse
</dl>

<div class="text-center">
發佈於 {{$exam->created_at->format("Y年m月d日 H:i:s")}} / 最後更新: {{$exam->updated_at->format("Y年m月d日 H:i:s")}}
</div>
Expand Down

0 comments on commit c935827

Please sign in to comment.