Skip to content

Commit

Permalink
fix notes for customer order in admin panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Nov 12, 2024
1 parent 400679a commit c723d2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ class="secondary-button"
<!-- Comment List -->
@foreach ($order->comments()->orderBy('id', 'desc')->get() as $comment)
<div class="grid gap-1.5 p-4">
<p class="text-base leading-6 text-gray-800 dark:text-white">
<p class="break-all text-base leading-6 text-gray-800 dark:text-white">
{{ $comment->comment }}
</p>

Expand Down

0 comments on commit c723d2b

Please sign in to comment.