@extends('admin.layouts.master') @section('title') التعينات @endsection @section('css') @endsection @section('content-header')

التعينات

@endsection @section('content')
@include('admin.chanelEmployee.create')
@include('admin.messages')
@foreach($data as $row) @include('admin.chanelEmployee.deleted') @endforeach
# اسم المشترك اسم الموظف اسم القناه العمليات
{{$loop->index+1}} {{$row->subscriber->name ?? 'اداره فاروق جروب'}} {{$row->employee->name ?? null}} {{$row->channel->name ?? null}}
@endsection @section('js') @endsection