@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'log_activities']) @include('partials.dashboard.header')

Detail Log Aktivitas

  • Detail log dapat dilihat di sini.
{{--
Personal Information

Basic info, like your name and address, that you use on Nio Platform.

--}}
Aksi @if ($log->event === 'created') Membuat @elseif ($log->event === 'updated') Mengubah @elseif ($log->event === 'deleted') Menghapus @else Tidak Diketahui @endif
Tanggal {{idn_date($log->created_at, 'l, d F Y')}}
Fitur/Data {{get_activity_log_name($log->log_name)['name']}}
Oleh Pengguna {{$log->causer->name}}
{{--
--}}
Deskripsi
{!!$log->description ?? '-' !!}
@include('partials.dashboard.footer', ['rich_editor' => false])