@extends('admin.layouts.master') @section('title') ربط البوت مع القناه @endsection @section('css') @endsection @section('content-header')

ربط البوت مع القناه

@endsection @section('content')
@include('admin.connectBot.create')
@include('admin.messages')
@foreach($data as $row) @if(!auth('employee')->check()) @include('admin.connectBot.deleted') @else @endif @endforeach
# اسم القناه اسم البوت اسم المشترك العمليات
{{$loop->index+1}} {{$row->channel->name}} {{$row->reply_boot->name}} {{ $row->subscriber->name ?? "ادراه " }}
@endsection @section('js') @endsection