{{format_money($current_payout->total)}}
{{__("via :method_name",['method_name'=>$current_payout->method_name])}}
@else{{__("You currently have :amount in earnings for next month's payout.",['amount'=>format_money($currentUser->availablePayoutAmount)])}}
@endif{{__("#")}} | {{__("Amount")}} | {{__("Payout Method")}} | {{__("Date Created")}} | {{__("Status")}} |
---|---|---|---|---|
#{{$payout->id}} | {{format_money($payout->total)}} | {{$payout->method_name}} | {{display_date($payout->created_at)}} | {{$payout->status}} |