Activity history

@foreach($activities as $activity)

{{ $activity->description }}

{!! $activity->getChangesForDisplay() !!}

by: {{ $activity->getCauserName() }}

{{ $activity->created_at->format('d/m/Y H:i') }}

@endforeach