@extends('laratrust::panel.layout') @section('title') {{ __('user-roles.users') }} @endsection @section('styles') @endsection @section('content')
{{ __('user-roles.users') }} {{-- --}}
@foreach ($users as $user) @endforeach
رقم إسم المستخدم البريد الإلكتروني الإجراء
{{ $no }} {{ $user->name ?? 'لم يتم التحديد' }} {{ $user->email ?? 'لم يتم التحديد'}}
رقم إسم المستخدم البريد الإلكتروني الإجراء
{{-- modals --}} {{-- create user --}} @endsection @section('scripts') {!! Toastr::message() !!} @endsection