@extends('layouts.light.master') @section('title', 'User Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')
| # | Type | Username | Full Name | Actions | |||
|---|---|---|---|---|---|---|---|
| {{ ++$key }} | @if (!empty($user->getRoleNames())) @foreach ($user->getRoleNames() as $v) @endforeach @else @endif | {{ $user->username ?? 'N/A' }} | {{ $user->username ?? 'N/A' }} | {{ $user->email ?? 'N/A' }} | {{-- Restore --}} Restore | ||
| --- No Data Found --- | |||||||
| # | Type | Username | Full Name | Actions | |||