質問編集履歴

1

訂正

2020/04/27 08:09

投稿

qwe001
qwe001

スコア133

test CHANGED
File without changes
test CHANGED
@@ -48,15 +48,15 @@
48
48
 
49
49
  <h3>部署名</h3>
50
50
 
51
- <p>
51
+ <p><a>
52
52
 
53
53
  @foreach($departments as $department)
54
54
 
55
- <a>{{ $department->name . "&nbsp;" }}</a>
55
+ {{ $department->name . "&nbsp;" }}
56
56
 
57
57
  @endforeach
58
58
 
59
- </p>
59
+ </a></p>
60
60
 
61
61
  ```
62
62