@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

تقرير الادمنز

@endsection @section('content')
@if(request()->admin) @php $days = \Carbon\Carbon::create(2026, $month)->daysInMonth; @endphp @for($i = 1; $i <= $days; $i++) @php $day = "2026-". $month . "-" . $i; @endphp @endfor
اليوم الادمن مراجعة عامة مراجعة مباشرة
{{$day}} {{$admin->name}} {{$admin->myRevisionQuestionCountByDate($day, 'main')}} {{$admin->myRevisionQuestionCountByDate($day, 'direct')}}
@else @foreach($admins as $key => $admin) @endforeach
الادمن مراجعة عامة مراجعة مباشرة #
{{$admin->name}} {{$admin->myRevisionQuestionCountByMonth($month, 'main')}} {{$admin->myRevisionQuestionCountByMonth($month, 'direct')}} تفاصيل
@endif
@endsection @section('script') @endsection