@extends('admin.layout.master') @section('title', "المدرسين") @section('content')

المدرسين

{{-- @include('admin.layout.message')--}}

المدرسين

@foreach($rows as $row) @endforeach
# الإسم رقم الجوال المدينة التقييم الصورة التحكم
{{$i}} {{$row->name}} {{$row->mobile}} {{$row->city->name}} {{getUserRate($row->id)}}
@stop