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

تقرير عن الموظفين

@endsection @section('content')
@csrf



@isset($data)
{{--
--}} {{-- --}} {{--
--}}

@include('admin.Reports.table_employee')
{{-- --}} {{-- --}} {{-- --}} @foreach($data as $row) @if($loop->first) {{-- --}} {{-- --}} @include('admin.clients.sendboot') @include('admin.clients.deleted') @include('admin.clients.change') @include('admin.clients.changeStatus') @endif @endforeach
# اسم العميل رقم العميلتاريخ الاضافه العميلالقناه المشترك فيها حاله العميلحاله البوتشاشه المحادثه اسم المشرتكاسم الموظفالعمليات
{{$loop->index+1}}
{{$row->name}} {{$row->phone}}{{Carbon\Carbon::createFromDate($row->start_date)->diffForHumans()}}{{$row->channel->name ?? null}} {{$row->status->name ?? null}} {{$row->messages_count_noTread()}} {{$row->subscriber->name ?? 'الاداراه'}}{{$row->employee->name ?? 'الاداراه'}}
@endisset
@endsection @section('js') @endsection