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

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

@csrf
@if ($errors->has('user_name')) {{ $errors->first('user_name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('active')) {{ $errors->first('active') }} @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