| {{ __('User') }} | {{ __('Action') }} | {{ __('Section') }} | {{ __('Type') }} | {{ __('View') }} | {{ __('Created At') }} |
|---|---|---|---|---|---|
| {{ $log->user->name ?? '' }} | {{ $log->title }} | {{ $log->section }} | {{ $log->type }} |
@if ($log->link !== null)
|
{{ $log->created_at !=='' ? date('jS M Y H:i:s', strtotime($log->created_at)) : '' }} |