@extends('admin.layout.index') {{-- =========== meta Title =================== --}} @section('title') @if($is_expert==0) کاربران @else کارشناسان فروش @endif @endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== My JavaScript =================== --}} @section('script') @endsection {{-- =========== CONTENT =================== --}} @section('content')
افزودن
{{-- @if($has_request_change_role)--}} {{-- درخواست جدید--}} {{-- @endif--}}
@if(count($users)>0)
@method('delete') @csrf @include('admin.users.row')
ردیف نام و نام خانوادگی شماره همراه سطح کاربری وضعیت جزئیات
{{ $users->render() }}
@else

کاربری برای نمایش موجود نیست
@endif @include('admin.users.modal') @endsection