{{ __('Activity Log') }}

List of User Activity Logs

@if($data) @php $i = 1; @endphp @foreach ($data as $val) @if(!empty($val->new_val)) @endif @endforeach
SR.NO User Name event Old values New values Date & Time
{{$i++}} {{$val->user_id}} {{$val->event}} {!! $val->oldValues !!} {!! $val->new_val !!} {{ $val->created_at}}
@else

No any record found

@endif