@extends('admin.layout.app') @section('head') @endsection @section('content')
{{--

قائمة المستخدمون

--}}
@foreach ($users as $item) @endforeach
# المسؤول اسم المسجد الدور الايميل العنوان المديرية الإجرائات
{{ $loop->iteration }} {{$item->name}} {{$item->user_name}} {{ __('roles.' . $item->getRoleNames()->first()) }} {{$item->email}} {{$item->address}} {{$item->directorate}} {{ $item->is_active ? 'تعطيل' : 'تفعيل' }} {{-- --}}
@csrf
@endsection @section('script') @endsection