@if ($history->oldValue() !== null)
{{ $history->oldValue() }}
@endif
|
{{ $history->userResponsible()->present()->fullname() }} |
@if ($history->oldValue() === null)
{{ trans('translation::translations.created') }}
@else
{{ trans('translation::translations.edited') }}
@endif
|
{{ $history->created_at->diffForHumans() }}
|
@if ($history->oldValue() !== null)
@endif
|