@extends('admin.layouts.master') @section('title') التعينات @endsection @section('css') @endsection @section('content-header')
# | اسم المشترك | اسم الموظف | اسم القناه | العمليات |
---|---|---|---|---|
{{$loop->index+1}} | {{$row->subscriber->name ?? 'اداره فاروق جروب'}} | {{$row->employee->name ?? null}} | {{$row->channel->name ?? null}} | @include('admin.chanelEmployee.deleted') |