@extends('admin.layouts.master') @section('content')
@foreach($rows as $index => $row) {{-- --}} @endforeach
# الاسم البريد الالكتروني رقم الجوال البطاقه المدنيه الصلاحية التحكم
{{ $index + 1 }}{{ $row->name }} {{ $row->email }} {{ $row->phone }} {{ $row->national_id }} {{ getRoleName($row->getRoleNames()->first()) }}
{{csrf_field()}} {{method_field('DELETE')}}
{{csrf_field()}}

اضف جديد

@endsection @section('script') @endsection