@extends('layouts.tenant.master') @section('title', 'User Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')
{{ session('success') }}
| # | Type | Username | Full Name | Company Name | Status | Created On | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ ++$key }} | @if (!empty($user->getRoleNames())) @forelse ($user->getRoleNames() as $v) @empty @endforelse @else @endif | {{ $user->username ?? 'N/A' }} | {{ $user->name ?? 'N/A' }} | {{ $user->email ?? 'N/A' }} | {{ $user->company_name ?? 'N/A' }} | {{ $user->created_at->format('d-m-Y') ?? 'N/A' }} | Show | Edit | Delete | |
| # | Type | Username | Full Name | Company Name | Status | Created On | Actions |