{{ __('Profits / Interests') }}
{!! __('Total :num entries.', ['num' => ''.$profits->total().'' ]) !!}
@if(filled($profits))
@endif
{{ __('Desc') }} | {{ __('Invest ID') }} | {{ __('User ID') }} | {{ __('Date & Time') }} | {{ __('Paid') }} | {{ __('Amount') }} |
---|---|---|---|---|---|
{{ __("Profit for :plan", ['plan' => data_get($profit, 'invest.scheme.name')]) }} money($profit->invested, base_currency()) ]) }}"> | {{ $profit->invest->ivx }} | {{ the_uid($profit->user_id) }} | {{ show_date($profit->calc_at, true) }} | {!! ($profit->payout) ? ' $profit->payout]). '"> ' . show_date($profit->updated_at, true) : ''.__("Not yet").'' !!} | + {{ amount_z($profit->amount, base_currency(), ['dp' => 'calc']) }} |
@if(filled($profits))
{{ $profits->appends(request()->all())->links('misc.pagination') }}
@endif
@else
{{ __('No profit found.') }}