Active Bots

@foreach ($bots->where('enabled', 1) as $bot)

{{ $bot->name }}

@endforeach

All Bots

@livewire('bots-list')