@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}} {{$row->area->name}} {{$row->level->name}} {{$row->address}}
@stop