Trading Bots

Create Bot
{{-- Flash Messages --}}
@forelse($bots as $bot) @empty @endforelse
Bot Type Status Subscriptions Investment Profit Actions
{{ $bot->name }}
Created {{ $bot->created_at->format('M d, Y') }}
{{ $bot->bot_type }} {{ $bot->settings['is_active'] ? 'Active' : 'Inactive' }}
{{ $bot->subscriptions_count ?? 0 }} Total
{{ $bot->active_subscriptions_count ?? 0 }} Active
${{ number_format($bot->subscriptions_sum_amount ?? 0, 2) }}
${{ number_format($bot->subscriptions_sum_total_profit ?? 0, 2) }}
@csrf @method('PATCH')
@csrf @method('DELETE')
No bots found
{{ $bots->links() }}