@include('user.history.nav')
Profit history
@forelse($profits as $history) @empty @endforelse
Plan Amount Type Date created
{{ $history->plan }} {{ $settings->currency }}{{ number_format($history->amount, 2, '.', ',') }} {{ $history->type }} {{ \Carbon\Carbon::parse($history->created_at)->toDayDateTimeString() }}
No profit history
{{ $profits->links() }}