@extends('layouts.app') @section('content')

Private timeline

Activity

Safe events from your bot workspace.

@forelse($activity as $item)

{{ $item->description }}

{{ str_replace('_', ' ', $item->action) }}

@empty
Nothing here yet.
@endforelse
@if($activity->hasPages())
{{ $activity->links() }}
@endif
@endsection