diff --git a/resources/views/mypage/index.blade.php b/resources/views/mypage/index.blade.php index f31a0b1..fbfa8c0 100644 --- a/resources/views/mypage/index.blade.php +++ b/resources/views/mypage/index.blade.php @@ -238,15 +238,15 @@
-
{{ $user_name }}さんへのお知らせ - お知らせ一覧を見る +
{{ $user_name }}さんへのxお知らせ + お知らせ一覧を見る

- {{ $information->user_information_history }} + {!! nl2br(e($information->user_information_history)) !!}

@empty @@ -30,7 +30,7 @@ {{ $informations->links('partials.paging') }}
- マイページへ戻る + マイページへ戻る
diff --git a/resources/views/user_information/index.blade.php b/resources/views/user_information/index.blade.php index 06784b9..0484d5a 100644 --- a/resources/views/user_information/index.blade.php +++ b/resources/views/user_information/index.blade.php @@ -17,7 +17,7 @@

- {{ $information->user_information_history }} + {!! nl2br(e($information->user_information_history)) !!}

@empty @@ -27,10 +27,10 @@ @endforelse
- マイページへ戻る + マイページへ戻る
- 過去のお知らせ + 過去のお知らせ