@extends('admin.master') @section('title', @trans('Customer ChatBot')) @section('content')
| # | @trans('Name') | @trans('Email') | @trans('Phone') | @trans('Ip') | @trans('Model Ai') | @trans('Settings') |
|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ @$item->name }} | {{ @$item->email }} | {{ @$item->phone }} | {{ @$item->ip }} | {{ @$item->configChatBot->model_ai }} |
|
| @trans('No customers chatbot found') | ||||||