diff --git a/app/Models/Loggable.php b/app/Models/Loggable.php index 3c44009aab..988eda3aa4 100644 --- a/app/Models/Loggable.php +++ b/app/Models/Loggable.php @@ -112,6 +112,7 @@ trait Loggable $log->location_id = null; $log->note = $note; + $log->action_date= $action_date; if (Auth::user()) { $log->user_id = Auth::user()->id; diff --git a/resources/views/hardware/view.blade.php b/resources/views/hardware/view.blade.php index 51748b281f..428a5389ca 100755 --- a/resources/views/hardware/view.blade.php +++ b/resources/views/hardware/view.blade.php @@ -1083,7 +1083,7 @@ {{ trans('admin/hardware/table.icon') }} - {{ trans('general.date') }} + {{ trans('general.date') }} {{ trans('general.admin') }} {{ trans('general.action') }} {{ trans('general.item') }}