@extends('layouts.master') @section('title') @lang('Title') @endsection @section('css') @endsection @section('content')
| No | Name | Roles | Actions | |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $user->name }} | {{ $user->email }} | @if(!empty($user->getRoleNames())) @foreach($user->getRoleNames() as $v) {{ $v }} @endforeach @endif | View Edit |