@lang("Activity Log")

@foreach($activities as $activity) @endforeach
@lang("Current") @lang("Old") @lang("At") @lang("User") @lang("Type")
    @foreach ($attributes as $key => $value)
  • {{label_case($key)}}: {{$value}}
  • @endforeach
@if (isset($activity->properties['old']))
    @foreach ($attributes as $key => $value)
  • {{label_case($key)}}: {{$value}}
  • @endforeach
@endif
Updated: {{$activity->updated_at->diffForHumans()}}
At: {{$activity->updated_at->isoFormat('llll')}}
{{ label_case($activity->causer_id) }} {{ label_case($activity->description) }}
{{$activities->links()}}