@lang('Activity Log')

@foreach($activities as $activity) @endforeach
@lang('Current') @lang('Old') @lang('At') @lang('User') @lang('Type')

Warning: Undefined variable $activity in /home2/skyinfoi/public_html/spa/resources/views/backend/includes/activitylog.blade.php on line 41

Warning: Attempt to read property "properties" on null in /home2/skyinfoi/public_html/spa/resources/views/backend/includes/activitylog.blade.php on line 41

Warning: Trying to access array offset on value of type null in /home2/skyinfoi/public_html/spa/resources/views/backend/includes/activitylog.blade.php on line 41
    @foreach ($attributes as $key => $value)
  • {{label_case($key)}}: {{$value}}
  • @endforeach
@if (isset($activity->properties['old']))
Warning: Undefined variable $activity in /home2/skyinfoi/public_html/spa/resources/views/backend/includes/activitylog.blade.php on line 52

Warning: Attempt to read property "properties" on null in /home2/skyinfoi/public_html/spa/resources/views/backend/includes/activitylog.blade.php on line 52

Warning: Trying to access array offset on value of type null in /home2/skyinfoi/public_html/spa/resources/views/backend/includes/activitylog.blade.php on line 52
    @foreach ($attributes as $key => $value)
  • {{label_case($key)}}: {{$value}}
  • @endforeach
@endif
@lang('Updated'): {{$activity->updated_at->diffForHumans()}}
@lang('At'): {{$activity->updated_at->isoFormat('llll')}}
{{ label_case($activity->causer_id) }} {{ label_case($activity->description) }}
{{$activities->links()}}