@php use Illuminate\Support\Facades\Auth; @endphp @include('template.head') {{ $page_name = 'user' }}
@include('template.sidebar') @include('template.header') @include('template.rightpanel')Name | Username | Contact | User Type | Status | Action By | Action | |
---|---|---|---|---|---|---|---|
{{ $row->name }} | {{ $row->username }} | {{ $row->email }} | {{ $row->contact }} | {{ $row->userType->name }} | {{ $row->status == 1 ? 'Active' : 'Inactive' }} | {{ isset($row->actionUser->name) ? $row->actionUser->name : '' }} |