@extends('template.desktop.app')
@section('title', 'Data Pengguna')
@section('content')
{{-- HEADER --}}
| Username |
Email |
No HP |
Role |
Dibuat |
Status |
Aksi |
{{-- SKELETON LOADER --}}
@for ($i = 0; $i < 10; $i++)
@for ($j = 0; $j < 7; $j++)
|
@endfor
@endfor
{{-- DATA --}}
{{-- PAGINATION --}}
{{-- AXIOS --}}
@endsection