@extends('layouts.admin')
@section('title', 'جزئیات ربات')
@section('content')
@php
$platformLabels = ['rubika' => 'روبیکا', 'telegram' => 'تلگرام', 'bale' => 'بله'];
$modeLabels = ['webhook' => 'وبهوک', 'polling' => 'پولینگ', 'disabled' => 'غیرفعال'];
@endphp