Skip to content

Commit 4a59417

Browse files
author
Itamar Junior
committed
fix: update contract date label from 'Next Due' to 'End'
1 parent abfcc6a commit 4a59417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/company/service/contract-manager.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</div>
2323
<div class="text-right text-sm">
2424
<div class="font-medium">€{{ number_format($contract->budget, 2) }}</div>
25-
<div class="text-xs text-gray-500">Next Due: {{ $contract->end_date ?? '' }}</div>
25+
<div class="text-xs text-gray-500">End: {{ $contract->end_date ?? '' }}</div>
2626
<div class="text-xs">{{ ucfirst($contract->status) }}</div>
2727
</div>
2828
</div>

0 commit comments

Comments
 (0)