@extends('admin.layout.master') @section('title', "العمـــــــلاء") @section('content')

العمـــــــلاء

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('date_from')) {{ $errors->first('date_from') }} @endif
@if ($errors->has('date_to')) {{ $errors->first('date_to') }} @endif
{{-- --}} @foreach($rows as $row) {{-- --}} {{-- --}} @endforeach
# إسم المستخدم البريد الالكتروني رقم الهويةالتحكم
{{$i}} {{$row->user_name}} {{$row->email}}{{$row->identification_number ?? '-'}}{{$row->status =='active' ? "مفعل":"غير مفعل"}}
@stop