diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index e041570..1721ac5 100755 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -25,7 +25,7 @@ {!! $position->vacancyFullDescription !!}

- {{__('Last updated @ :lastUpdatedTimeValue', [':lastUpdatedTimeValue' => $position->updated_at])}} + {{__('Last updated :lastUpdatedTimeValue', ['lastUpdatedTimeValue' => $position->updated_at->diffForHumans()])}}

@endif