@extends('admin.layout.master')
@section('title', "المدرسين")
@section('content')
{{-- @include('admin.layout.message')--}}
# |
الإسم |
رقم الجوال |
المدينة |
التقييم |
الصورة |
التحكم |
@foreach($rows as $row)
{{$i}} |
{{$row->name}} |
{{$row->mobile}} |
{{$row->city->name}} |
{{getUserRate($row->id)}} |
|
|
@endforeach
@stop