@extends('admin.layouts.master') @section('title') الشات بوت @endsection @section('css') @endsection @section('content-header')

الشات بوت

@endsection @section('content')
@include('admin.chatboot.create')
@include('admin.messages')
@foreach($data as $row) @if(!auth('employee')) @include('admin.chatboot.deleted') @else @endif @endforeach
# اسم البوت حاله البوت العمليات
{{$loop->index+1}} {{$row->name}} {{$row->status == "yes" ? 'اساسي' : "فرعي"}}
@endsection @section('js') @endsection