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

{{ now()->format('l, M j') }}

Hello, {{ str($user->name)->before(' ') }}

Your bot workspace is ready.

Workspace pulse

{{ $user->active_bots_count }}

bots running

LIVE

Total bots

{{ $user->bots_count }}

Connected workspace

Published templates

{{ $templates->count() }}

Ready to use

Quick actions

Recent activity

See all
@forelse($activity as $item)

{{ $item->description }}

{{ str_replace('_', ' ', $item->action) }} ยท {{ $item->created_at->diffForHumans() }}

@empty
Your activity will appear here.
@endforelse

Available templates

View all
@forelse($templates as $template)

{{ $template->name }}

{{ $template->description }}

@empty
No templates are published yet.
@endforelse
@endsection