@extends('admin.layouts.master') @section('title') الشات بوت @endsection @section('css') @endsection @section('content-header')
# | اسم البوت | حاله البوت | العمليات | |
---|---|---|---|---|
{{$loop->index+1}} | {{$row->name}} | {{$row->status == "yes" ? 'اساسي' : "فرعي"}} | @if(!auth('employee'))@include('admin.chatboot.deleted') @else | @endif |