diff --git a/resources/views/function/edit-friend.blade.php b/resources/views/function/edit-friend.blade.php index e01ef71..e28bf74 100644 --- a/resources/views/function/edit-friend.blade.php +++ b/resources/views/function/edit-friend.blade.php @@ -213,7 +213,8 @@ class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus: @else @foreach($blogColor as $blogValue) + @if($blogValue->id == $blog->blogSetColor)selected @endif @if($blogValue->onlyAdminUse)disabled @endif> + {!! $blogValue->comment !!} @endforeach @endif diff --git a/resources/views/function/make-friend.blade.php b/resources/views/function/make-friend.blade.php index 05383bd..f2c6317 100644 --- a/resources/views/function/make-friend.blade.php +++ b/resources/views/function/make-friend.blade.php @@ -152,13 +152,14 @@ class="w-16 h-16 p-1 rounded-full ring-2 ring-gray-300 dark:ring-gray-500 me-2 s
-