@extends('admin.layout.master') @section('title', "السائقين") @section('content')

السائقين

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

السائقين

@foreach($rows as $row) @endforeach
# الإسم البريد الالكترونى رقم الجوال المحفظة الحالة التحكم
{{$i}} {{$row->name}} {{$row->email}} {{$row->mobile}} {{$row->wallet}} {{ ($row->status == 'active') ? "مفعل" : "غير مفعل" }}
@stop