@extends('layouts.master')
@push('css')
@endpush
@section('content')
| No |
Nama Pengguna |
username |
created_at |
Aksi |
@php
$no =1;
@endphp
@foreach ($data as $item)
| {{$no++}} |
{{$item->name}} |
{{$item->username}} |
{{$item->created_at}} |
|
@endforeach
@endsection
@push('js')
@endpush