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

Operations

Bot instances

Every user-owned Telegram connection.

@forelse($bots as $bot)

{{ $bot->internal_name }}

{{ $bot->user->email }} ยท {{ $bot->template->name }}

@empty
No bots found.
@endforelse
@if($bots->hasPages())
{{ $bots->links() }}
@endif
@endsection