@extends('admin.layout.app') @section('head') @endsection @section('content')
| # | المسؤول | اسم المسجد | الدور | الايميل | العنوان | المديرية | الإجرائات |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{$item->name}} | {{$item->user_name}} | {{ __('roles.' . $item->getRoleNames()->first()) }} | {{$item->email}} | {{$item->address}} | {{$item->directorate}} |
|