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