Skip to content

Commit

Permalink
attachment name limit to 20 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 16, 2024
1 parent 517c2a7 commit d7691cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/orders/verify-order-payment.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class="w-full h-52 bg-green-200 rounded-lg object-cover">

<section>
<div class="text-center font-semibold text-lg mb-2">
{{ $attachment->name }}
{{ Str::limit($attachment->name, 20)}}
</div>
<div class="w-full mb-4 ring-1 ring-gray-200 rounded-lg">
<div class="bg-gray-100 center p-2 h-52 rounded-lg">
Expand Down

0 comments on commit d7691cb

Please sign in to comment.