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