Point List
@if (!App\Models\Point::first())
@endif
ID | Point | Amount | Action | Created At | Updated At |
---|---|---|---|---|---|
{{$key+1}} | {{ $point->point }} | {{ $point->amount }} | @include('Dashboard.Point.edit') | {{ $point->created_at->diffForHumans() }} | {{ $point->updated_at->diffForHumans() }} |
![]() |