@extends('layouts.sidebar') @section('content')

Log Aktifitas

Riwayat Aktifitas

@foreach($activities as $activity) @endforeach
# Waktu Type Username IP User Agent
{{ $activity->id }} {{ date('d F Y H:i:s', strtotime($activity->created_at)) }} {{ $activity->type }} {{ $activity->user->name }} {{ $activity->ip }} {{ $activity->user_agent }} {{ $activity->price }}
{{ $activities->links() }}

Riwayat Penggunaan Saldo

@foreach($balance_histories as $history) @endforeach
# Action Username Deskripsi Tanggal
{{ $history->id }} {{ $history->action }} {{ $history->user->name }} {{ $history->desc }} {{ date('d F Y H:i:s', strtotime($history->created_at)) }}
{{ $activities->links() }}
@endsection