@php $protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') ? 'https' : 'http'; $host = $_SERVER['HTTP_HOST']; $requestUri = $_SERVER['REQUEST_URI']; $current_url = $protocol . '://' . $host . $requestUri; @endphp {{-- @if ($model->revisionHistory !== null && count($model->revisionHistory)>0) @foreach($model->revisionHistory as $history) @endforeach @else @endif --}}
{{ trans('core/base::tables.author') }} {{ trans('core/base::tables.column') }} {{ trans('core/base::tables.origin') }} {{ trans('core/base::tables.after_change') }} {{ trans('core/base::tables.created_at') }}
{{ $history->userResponsible() ? $history->userResponsible()->name : 'N/A' }} {{ $history->fieldName() }} {{ $history->oldValue() }} {{ $history->newValue() }} {{ BaseHelper::formatDateTime($history->created_at) }}
{{ trans('core/base::tables.no_record') }}