@extends('admin::layouts.master') @section('title', __('admin/common.admin_user')) @section('content')
| ID | {{ __('common.name') }} | {{ __('common.email') }} | {{ __('admin/common.admin_role') }} | {{ __('common.created_at') }} | {{ __('common.updated_at') }} | {{ __('common.action') }} |
|---|---|---|---|---|---|---|
| @{{ tax.id }} | @{{ tax.name }} | @{{ tax.email }} | @{{ role }} | @{{ tax.created_at }} | @{{ tax.updated_at }} |