From 6db4f2582379bc4935d6e1ddd3ce9104d90e7e76 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 5 Feb 2026 17:25:37 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=8A=E7=9F=A5=E3=82=89=E3=81=9B=E7=94=BB?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/mypage/index.blade.php | 6 +++--- resources/views/user_information/history.blade.php | 4 ++-- resources/views/user_information/index.blade.php | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) 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
- マイページへ戻る + マイページへ戻る
- 過去のお知らせ + 過去のお知らせ
-- 2.47.3