@if($history->isEmpty())

No history found for this user.

@else
@foreach($history as $item) @endforeach
Action Context Date & Time
{{ $item->action }} @if($item->context) {{ json_encode($item->context) }} @else @endif {{ $item->created_at->diffForHumans() }}
{{ $item->created_at->format('d/m/Y H:i') }}
{{ $history->links() }}
@endif