@include('user.history.nav')
Other transactions history
@forelse($others as $history) @empty @endforelse
Amount Type Description Date created
{{ $settings->currency }}{{ $history->amount }} {{ $history->type }} {{ $history->plan }} {{ \Carbon\Carbon::parse($history->created_at)->toDayDateTimeString() }}
No transaction history
{{ $others->links() }}