{{ $pageTitle }}
Kembali
@forelse ($activityLogs as $log)
{{ $log->log_name }}
{{ $log->created_at }}
{{ $log->causer?->employee?->full_name }}
{{ $log->event['label'] }}
Stok Sebelumnya: {{ currency($log->properties['previous_stock']) }}
Perubahan: {{ currency($log->properties['quantity_change']) }}
Total Stok: {{ currency($log->properties['new_stock']) }}

{{ $log->description }}

@empty @include('components.animations.lottie.not-found') @endforelse
@assets @endassets