回答編集履歴
1
修正
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
```php
|
2
|
-
@foreach ($sample_type as $
|
2
|
+
@foreach ($sample_type as $sample_type)
|
3
3
|
@foreach ($sample_type as $key => $value)
|
4
4
|
@if($key == 'two')
|
5
5
|
{{ $value }}
|