@extends('layouts.master') @section('content')
User
User

@foreach($accountList as $key => $value) @endforeach
No Kode Nama Email Join Date Role Login Terakhir Action
{{ ++$key }} {{ $value->user_id }} {{ $value->name }} {{ $value->email }} {{ $value->join_date }} {{ $value->role_name }} {{ $value->last_login }}
@section('script') {{-- update js --}} {{-- delete js --}} @endsection @endsection