@extends('layouts.adminlte.adminlte')
@section('title')
Bot
@endsection
@section('content_header')
@parent
Bot
@endsection
@section('modals')
Firstly, add {{'@' . $bot_in_use_username}} to your channel/group, then type /start in {{'@' . $bot_in_use_username}} and add the channel/group from there. Then add the channel/group here.
You can add your channel/group by username (with or without the leading @) or by ID.
You want to add your channel/group by ID but you don't know its ID? Use this bot!
| Autopost | Country | ID | Title | Username | @if (auth()->user()->user_type == 'admin')Agent | @endif|||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{cc2co($channel->country)}} | {{$channel->channel_id}} | {{$channel->title}} | @if ($channel->username) {{'@' . $channel->username}} @endif | @if (auth()->user()->user_type == 'admin'){{$agents[$channel->agent_id]->name}} | @endif {{----}} | |||||
| {{cc2co($group->country)}} | {{$group->group_id}} | {{$group->title}} | @if ($group->username) {{'@' . $group->username}} @endif | @if (auth()->user()->user_type == 'admin'){{$agents[$group->agent_id]->name}} | @endif