@extends('layout.default') @section('breadcrumbs') @endsection @section('nav-tabs') @endsection @section('page', 'page__chat-bot--index') @section('main')

{{ __('staff.bots') }}

@foreach ($bots as $bot) @endforeach
{{ __('common.name') }} {{ __('common.position') }} {{ __('common.icon') }} {{ __('common.command') }} {{ __('common.status') }} {{ __('common.action') }}
{{ $bot->name }} {{ $bot->position }} emoji {{ $bot->command }} @if ($bot->active) @else @endif
@if (! $bot->is_systembot) @if ($bot->active)
  • @csrf
  • @else
  • @csrf
  • @endif @endif
  • {{ __('common.edit') }}
  • @csrf @method('DELETE') @if (! $bot->is_protected) @endif
  • @endsection