@extends('admin.layouts.master') @section('title') الصفحه الرئسيه @endsection @section('css') @endsection @section('content-header')
{{getInformationData('channel')->count()}}
{{getInformationData('employee')->count()}}
# | اسم القناه | عدد جميع الرسائل | عدد الرسائل الغير موقوره |
---|---|---|---|
{{ $loop->index+1 }} | {{$channel->name}} | {{ getInformationDataQquery('SingleMessages')->whereNotNull('channel_id')->where('channel_id', $channel->id)->count() }} | {{getInformationDataQquery('SingleMessages')->whereNotNull('channel_id')->where('channel_id',$channel->id)->where('status', 'noRead')->count()}} |