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