@extends('layouts.tenant.master') @section('title', 'User Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')
| # | Full Name | Role | Actions | |
|---|---|---|---|---|
| {{ ++$i }} | {{ $user->name }} | {{ $user->email }} | @if (!empty($user->getRoleNames())) @foreach ($user->getRoleNames() as $v) @endforeach @endif | Show Edit |
| # | Full Name | Role | Actions |