@extends('layouts.app') @section('title', 'Manage User') @section('page-specific-style') @endsection @section('content')
| # | Name | Phone | Status | Action | |
|---|---|---|---|---|---|
|
@if($user->thumbnail)
|
{{ $user->name }}{{ $user->getRoleNames()->implode(', ') }} |
{{ $user->email }} | {{ $user->phone_number ?? 'N/A' }} | {{ $user->status == 1 ? 'Active' : 'Inactive' }} | |
| No user found at this moment. | |||||