質問編集履歴

1

誤字訂正

2020/05/27 03:01

投稿

1h_m
1h_m

スコア19

test CHANGED
File without changes
test CHANGED
@@ -60,17 +60,7 @@
60
60
 
61
61
  <p>{{ $diary['content'] }}</p>
62
62
 
63
- <img src="{{ asset('storage/images/' . $diary['photo1']) }}" width="300" height="300">
63
+
64
-
65
- <img src="{{ asset('storage/images/' . $diary['photo2']) }}" width="300" height="300">
66
-
67
- <img src="{{ asset('storage/images/' . $diary['photo3']) }}" width="300" height="300">
68
-
69
-
70
-
71
- <a href="{{ route('mypage') }}">マイページに戻る</a>
72
-
73
- <a href="{{ route('createDiary') }}">日記を書く</a>
74
64
 
75
65
  <a href="{{ route('editDiary', ['id' => $diary->id]) }}">日記を編集</a>
76
66