@extends('layouts.panel') @section('page_title')
| ردیف | عنوان | تعداد شهرها | تعداد مدرسین | |
|---|---|---|---|---|
| {{$i+1}} | {{$province->title}} | {{$province->cities()->count()}} | {{\App\Models\Teacher::whereHas('city', function($query) use($province) {return $query->whereHas('province', function($query) use($province) {return $query->whereId($province->id);});})->count()}} |
|