質問するログイン新規登録

質問編集履歴

1

誤字訂正

2020/05/27 03:01

投稿

1h_m
1h_m

スコア19

title CHANGED
File without changes
body CHANGED
@@ -29,12 +29,7 @@
29
29
  <p>{{ $diary['day'] }}</p>
30
30
  名前→{{ $user->name }}
31
31
  <p>{{ $diary['content'] }}</p>
32
- <img src="{{ asset('storage/images/' . $diary['photo1']) }}" width="300" height="300">
33
- <img src="{{ asset('storage/images/' . $diary['photo2']) }}" width="300" height="300">
34
- <img src="{{ asset('storage/images/' . $diary['photo3']) }}" width="300" height="300">
35
32
 
36
- <a href="{{ route('mypage') }}">マイページに戻る</a>
37
- <a href="{{ route('createDiary') }}">日記を書く</a>
38
33
  <a href="{{ route('editDiary', ['id' => $diary->id]) }}">日記を編集</a>
39
34
 
40
35
  @endsection