@extends('Layouts.adminDashboardLayout') @section('content')
Projects Have tasks contained in them. The tasks are tracked
--}}
Name | Status | Role | Action | |
---|---|---|---|---|
{{$user->firstname}} {{$user->lastname}} | {{$user->email}} | @if($user->suspend == 1) Suspended @else Active @endif | {{$user->user_role}} |
@if(Auth::id() != $user->id)
|