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

تقرير شهور

@endsection @section('content')
@foreach($months as $key => $month) @endforeach
الشهر عدد الاسئلة متوسط وقت الانتظار
{{$month}} {{auth()->user()->questionCountByMonth($key)}} {{auth()->user()->questionAverageByMonth($key)}} دقيقة
@endsection @section('script') @endsection