@extends('admin.layouts.master') @section('title') الصفحه الرئسيه @endsection @section('css') @endsection @section('content-header')

عضو مشترك

@endsection @section('content')

عدد القنوات

{{getInformationData('channel')->count()}}

عدد الموظفين

{{getInformationData('employee')->count()}}


{!! $chartjs->render() !!}
@foreach (getInformationData('channel') as $channel) @endforeach
# اسم القناه عدد جميع الرسائل عدد الرسائل الغير موقوره
{{ $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()}}
{!! $chartjs2->render() !!}
@endsection @section('js') @endsection