refactor: update user roles and permissions for new role

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2022-10-21 15:06:00 +01:00
parent 8c592bd82d
commit 9056ee131f
3 changed files with 18 additions and 7 deletions

View File

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