@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->name}} {{$row->phone}} {{$row->number_id}} {{$row->subscriber->name ?? 'اداره فاروق جروب'}} {{$row->version}}
@endsection @section('js') @endsection