@extends('layouts.app') @section('title', 'Users Admin') @section('breadcrumb')
@endsection @section('title-section', 'User Admin') @section('content')| # | Nama | Sub Role | Username | Foto TTD | Action | |
|---|---|---|---|---|---|---|
| {{ $row->id }} | {{ $row->name }} | {{ $row->subRoleUser->sub_role ?? '' }} | {{ $row->email ?? '' }} | {{ $row->username ?? '' }} |
|