fix: add diff for humans in home page pos description

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
Miguel Nogueira 2022-10-21 14:24:50 +01:00
parent 49b93f50f1
commit 8c592bd82d
No known key found for this signature in database
GPG Key ID: 3C6A7E29AF26D370

View File

@ -25,7 +25,7 @@
{!! $position->vacancyFullDescription !!}
<p class="text-sm text-muted">
{{__('Last updated @ :lastUpdatedTimeValue', [':lastUpdatedTimeValue' => $position->updated_at])}}
{{__('Last updated :lastUpdatedTimeValue', ['lastUpdatedTimeValue' => $position->updated_at->diffForHumans()])}}
</p>
@endif