@extends('admin.layouts.master') @section('title') البوت @endsection @section('css') @endsection @section('content-header')
@endsection @section('content')
@include('admin.messages')
@foreach($data as $row) @endforeach
# اسم القناه اسم البوت عدد العملاء العمليات
{{$loop->index+1}} {{$row->channel->name}} {{get_name_boot($row->type,$row->reply_id)}} {{get_count_client_boot($row->id)}}
@endsection @section('js') @endsection